[Buildbot-commits] [buildbot/buildbot] 095563: git: Clean submodules recursively
GitHub
noreply at github.com
Mon Apr 27 17:16:12 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0955631ab8f080f7021b1a93f939cf1784872cc2
https://github.com/buildbot/buildbot/commit/0955631ab8f080f7021b1a93f939cf1784872cc2
Author: Michal Sojka <sojkam1 at fel.cvut.cz>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
git: Clean submodules recursively
Commit: a310e30afab77fd6b04c9f728bf73ff7d8f4d847
https://github.com/buildbot/buildbot/commit/a310e30afab77fd6b04c9f728bf73ff7d8f4d847
Author: Michal Sojka <sojkam1 at fel.cvut.cz>
Date: 2015-04-27 (Mon, 27 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
git: Update git submodules with --checkout
Git 1.7.8 and newer allows submodules to be updated by other commands
than "git checkout". When this behavior is configured in .gitmodules,
buildbot can end up with incorrect commit checked out in the submodule.
Fix this by explicitly specifying --checkout option to "git submodule
update".
Commit: 48858762c3b5d98e284b284afd385494feaf0f27
https://github.com/buildbot/buildbot/commit/48858762c3b5d98e284b284afd385494feaf0f27
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-04-27 (Mon, 27 Apr 2015)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Merge pull request #1643 from wentasah/git-fixes
Git fixes
Compare: https://github.com/buildbot/buildbot/compare/b09a87db9550...48858762c3b5
More information about the Commits
mailing list