[Buildbot-commits] [buildbot/buildbot] 6d9b35: Ignore std error on version discovery
GitHub
noreply at github.com
Fri Mar 8 02:17:04 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 6d9b3568b7fe8b8132acfa394cd8cb12997dae33
https://github.com/buildbot/buildbot/commit/6d9b3568b7fe8b8132acfa394cd8cb12997dae33
Author: Jorge Gonzalez <gjorge at google.com>
Date: 2013-03-05 (Tue, 05 Mar 2013)
Changed paths:
M master/buildbot/__init__.py
Log Message:
-----------
Ignore std error on version discovery
git may print warnings out that can confuse the parsing, and std error
could never provide a trustworthy errorn number anyway. (In my case, it
was providing a tag name which provided a valid but undesirable match,
so I was ending up with the wrong version number)
Change-Id: I61bccacfff20fd4afd8ac8d73b69e2deab50d1c7
Commit: 775ee59465d1726f25a53594dee4a9bd8c1f3b88
https://github.com/buildbot/buildbot/commit/775ee59465d1726f25a53594dee4a9bd8c1f3b88
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M master/buildbot/__init__.py
Log Message:
-----------
Merge branch 'et_setup_version' of git://github.com/jgonzalezmendez/buildbot
Compare: https://github.com/buildbot/buildbot/compare/c00411545255...775ee59465d1
More information about the Commits
mailing list