[Buildbot-commits] [buildbot/buildbot] ba20e6: Don't pass HEAD to git describe with --dirty
GitHub
noreply at github.com
Tue Apr 22 22:50:41 UTC 2014
Branch: refs/heads/buildbot-0.8.9
Home: https://github.com/buildbot/buildbot
Commit: ba20e600a47891a7581f342ad856d2537870ff94
https://github.com/buildbot/buildbot/commit/ba20e600a47891a7581f342ad856d2537870ff94
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
Don't pass HEAD to git describe with --dirty
The 'git describe' manual explicitly distinguishes --dirty as not
taking a commitish, so don't pass one. Fixes #2764.
Commit: e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
https://github.com/buildbot/buildbot/commit/e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
fix review commentsa
+import reorder
Compare: https://github.com/buildbot/buildbot/compare/a073a36d35bf...e8c27a5a2b43
More information about the Commits
mailing list