Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 05ee9da48b3c9823a9e730523b0b19b0168cbe50
      
https://github.com/buildbot/buildbot/commit/05ee9da48b3c9823a9e730523b0b19b0168cbe50
  Author: Martin Geisler <[email protected]>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M master/buildbot/test/unit/test_steps_python.py

  Log Message:
  -----------
  PyFlakes: add success test


  Commit: 05ea5e9c40b64f2f9ebf066b0bfddd453ad3c3e4
      
https://github.com/buildbot/buildbot/commit/05ea5e9c40b64f2f9ebf066b0bfddd453ad3c3e4
  Author: Martin Geisler <[email protected]>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M master/buildbot/test/unit/test_steps_python.py

  Log Message:
  -----------
  PyFlakes: add failure test


  Commit: a159dc36f7b0dd56fc0b6e021b96bd16d071c6d1
      
https://github.com/buildbot/buildbot/commit/a159dc36f7b0dd56fc0b6e021b96bd16d071c6d1
  Author: Martin Geisler <[email protected]>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M master/buildbot/steps/python.py
    M master/buildbot/test/unit/test_steps_python.py

  Log Message:
  -----------
  PyFlakes: fix handling of warnings

The buildstep tried to return WARNINGS or FAILURE depending on the
severity of the warnings issued. However, this didn't work since
PyFlakes always return 1 if it finds any warnings or errors. A return
code of 1 is now decoded to mean WARNINGS, and the evaluateCommand
method will then classify the result further.


  Commit: 63674640f34730f742297e0fc191ff86ce09eb9b
      
https://github.com/buildbot/buildbot/commit/63674640f34730f742297e0fc191ff86ce09eb9b
  Author: Tom Prince <[email protected]>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/buildbot/steps/python.py
    M master/buildbot/test/unit/test_steps_python.py

  Log Message:
  -----------
  Merge pull request #539 from mgeisler/pyflakes

Pyflakes


Compare: 
https://github.com/buildbot/buildbot/compare/d76261298030...63674640f347
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to