[Checkins] [zopefoundation/zope.winbot] f2706c: Update status images to match the Travis CI style

GitHub noreply at github.com
Thu Apr 11 08:17:07 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.winbot
  Commit: f2706c675fa055c07dd03654d84ceb53aedc47f8
      https://github.com/zopefoundation/zope.winbot/commit/f2706c675fa055c07dd03654d84ceb53aedc47f8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-04-11 (Thu, 11 Apr 2013)

  Changed paths:
    M buildmaster/status_image_exception.png
    M buildmaster/status_image_failure.png
    M buildmaster/status_image_skipped.png
    M buildmaster/status_image_success.png
    M buildmaster/status_image_warnings.png

  Log Message:
  -----------
  Update status images to match the Travis CI style

I used this script to generate them:
https://github.com/mgedmin/shields/blob/python-badge-server/badgeserver.py
(instructions at
https://github.com/olivierlacan/shields/issues/24#issuecomment-16221676)

  ./badgeserver.py
  wget -O status_image_success.png "http://localhost:8000/image.png?vendor=winbot&status=passing&color=green"
  wget -O status_image_failure.png "http://localhost:8000/image.png?vendor=winbot&status=failing&color=red"
  wget -O status_image_exception.png "http://localhost:8000/image.png?vendor=winbot&status=error&color=red"
  wget -O status_image_warnings.png "http://localhost:8000/image.png?vendor=winbot&status=warnings&color=yellow"
  wget -O status_image_skipped.png "http://localhost:8000/image.png?vendor=winbot&status=skipped&color=lightgray"

Fixes #1





More information about the checkins mailing list