[Buildbot-commits] [buildbot/buildbot] 7a3c04: Use proper workdir and srcdir.
GitHub
noreply at github.com
Sun Oct 20 01:02:18 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 7a3c04043c5853f2378b3d629e670d4e8560ada6
https://github.com/buildbot/buildbot/commit/7a3c04043c5853f2378b3d629e670d4e8560ada6
Author: Jonas Pommerening <jonas.pommerening at aixigo.de>
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M master/buildbot/steps/source/cvs.py
Log Message:
-----------
Use proper workdir and srcdir.
- Use this.srcdir for 'copy' method's source checkout.
- Keep track of the workdir, don't assume its called 'build'
Commit: a674fbb5499510926b967967d80d2fb46500f797
https://github.com/buildbot/buildbot/commit/a674fbb5499510926b967967d80d2fb46500f797
Author: Jonas Pommerening <jonas.pommerening at aixigo.de>
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/git.py
Log Message:
-----------
same fix for git. use "old_workdir" as in svn.py
Commit: b5d941f7df3b61d0c613dc1a6d69c24d0b79b503
https://github.com/buildbot/buildbot/commit/b5d941f7df3b61d0c613dc1a6d69c24d0b79b503
Author: Jonas Pommerening <jonas.pommerening at aixigo.de>
Date: 2013-10-19 (Sat, 19 Oct 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Fixed CVS, Git source step "copy" method tests.
Commit: 209e30bf0992f0296efe7df6f5a5c439ae585257
https://github.com/buildbot/buildbot/commit/209e30bf0992f0296efe7df6f5a5c439ae585257
Author: Jonas <jonas.pommerening at gmail.com>
Date: 2013-10-19 (Sat, 19 Oct 2013)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Release notes: Git and CVS silently changed workdir
Commit: ecb830bfb9cf15530431e37961f700830f7de82e
https://github.com/buildbot/buildbot/commit/ecb830bfb9cf15530431e37961f700830f7de82e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-10-19 (Sat, 19 Oct 2013)
Changed paths:
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'source-method-copy-srcdir' of git://github.com/jpommerening/buildbot
Compare: https://github.com/buildbot/buildbot/compare/9dbcb9f43b64...ecb830bfb9cf
More information about the Commits
mailing list