[Buildbot-commits] [buildbot/buildbot] 906ae7: Update PyLint regular expression.
noreply at github.com
noreply at github.com
Fri Aug 19 19:11:21 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 906ae7773869d8365f05e614ce2070d202332bad
https://github.com/buildbot/buildbot/commit/906ae7773869d8365f05e614ce2070d202332bad
Author: Andi Albrecht <albrecht.andi at gmail.com>
Date: 2011-08-19 (Fri, 19 Aug 2011)
Changed paths:
M master/buildbot/steps/python.py
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
Update PyLint regular expression.
PyLint adds column offsets to text output in 0.24.0. In addition this
change fixes #2049 too by adding an optional \d{4} to match ids in
case pylint was called with "--include-ids=y".
Commit: 483cc19817eb895fea9ee3d785430664a7b7cfa1
https://github.com/buildbot/buildbot/commit/483cc19817eb895fea9ee3d785430664a7b7cfa1
Author: Amber Yust <amber.yust at gmail.com>
Date: 2011-08-19 (Fri, 19 Aug 2011)
Changed paths:
M master/buildbot/steps/python.py
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
Merge pull request #222 from andialbrecht/master
Update PyLint regex (fixes #2049 too)
Compare: https://github.com/buildbot/buildbot/compare/e69b8c7...483cc19
More information about the Commits
mailing list