[Buildbot-commits] [SPAM] [Buildbot] #667: Git: Initial clone should use "--depth 1" option
Buildbot
buildbot-devel at lists.sourceforge.net
Thu Dec 31 01:39:46 UTC 2009
#667: Git: Initial clone should use "--depth 1" option
------------------------+---------------------------------------------------
Reporter: tfogal | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Version: 0.7.11 | Keywords: git
------------------------+---------------------------------------------------
The git repositories that buildbot needs could be considered "leaf"
repositories. That is, one doesn't expect that the repository buildbot
checks out would be used as an upstream for anybody else. As such, in the
common case, buildbot only needs "the latest" revision in the repository.
To reduce disk load and processing time, but mostly network bandwidth, it
would be nice if buildbot only grabbed a "shallow" clone. Such clones are
not useful for browsing history, but buildbot does not do that regularly.
This all breaks down if the user requests a specific revision.
Presumably, we could fetch only that revision and later, but the effort
involved in figuring that out seems difficult.
--
Ticket URL: <http://buildbot.net/trac/ticket/667>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list