[Buildbot-commits] [buildbot/buildbot] 05ee9d: PyFlakes: add success test
GitHub
noreply at github.com
Tue Oct 2 22:17:33 UTC 2012
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 05ee9da48b3c9823a9e730523b0b19b0168cbe50
https://github.com/buildbot/buildbot/commit/05ee9da48b3c9823a9e730523b0b19b0168cbe50
Author: Martin Geisler <martin at geisler.net>
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 <martin at geisler.net>
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 <martin at geisler.net>
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 <tom.prince at ualberta.net>
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
Commit: fcf5fe2326f715fb9031d26cf5e1e29fbab49534
https://github.com/buildbot/buildbot/commit/fcf5fe2326f715fb9031d26cf5e1e29fbab49534
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M master/buildbot/test/__init__.py
R master/buildbot/test/unit/test_util_namespace.py
R master/buildbot/util/namespace.py
Log Message:
-----------
Revert "Merge branch 'yamlconfig' of git://github.com/tardyp/buildbot"
This reverts commit ec125d1fc0fb2f36fc94fffebc4d8228164079af, reversing
changes made to 1fa1c4fc511ee6d3006594c8eb3c26c969d7e598.
Commit: 9dce272b9a4a9eb0e4fcdef189bc59ba353cb60e
https://github.com/buildbot/buildbot/commit/9dce272b9a4a9eb0e4fcdef189bc59ba353cb60e
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M master/buildbot/steps/python.py
M master/buildbot/test/__init__.py
M master/buildbot/test/unit/test_steps_python.py
R master/buildbot/test/unit/test_util_namespace.py
R master/buildbot/util/namespace.py
Log Message:
-----------
Merge branch 'master' into nine
Commit: 75d1755172348719baf049b3ee2cb5e9f99a9f2e
https://github.com/buildbot/buildbot/commit/75d1755172348719baf049b3ee2cb5e9f99a9f2e
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M master/buildbot/test/__init__.py
A master/buildbot/test/unit/test_util_namespace.py
A master/buildbot/util/namespace.py
Log Message:
-----------
Revert "Revert "Merge branch 'yamlconfig' of git://github.com/tardyp/buildbot""
This reverts commit fcf5fe2326f715fb9031d26cf5e1e29fbab49534.
Compare: https://github.com/buildbot/buildbot/compare/c09ed1e95096...75d175517234
More information about the Commits
mailing list