[Buildbot-commits] [Buildbot] #2154: Master-side git source step breaks revision+shallow
Buildbot
nobody at buildbot.net
Wed Aug 29 02:27:48 UTC 2012
#2154: Master-side git source step breaks revision+shallow
------------------------------------------+--------------------
Reporter: Tobi | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 0.8.+
Version: master | Resolution:
Keywords: git, master-side-source-steps |
------------------------------------------+--------------------
Comment (by dustin):
So, from our IRC conversation, I think the safe (0.8.7) option here is to
disallow shallow for anything but full-clobber builds. The more complex
option (not for 0.8.7) is to detect the problematic cases here (basically,
trying to do an incremental build on a revision that was not part of the
shallow clone) and work around them either with some git sorcery (which
#git indicates is hard/impossilbe) or via a special-cased clobber-and-
clone operation.
I think we only need the safe option at the moment. It brings the master-
side step into line with the slave-side step's behavior.
--
Ticket URL: <http://trac.buildbot.net/ticket/2154#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list