[Buildbot-commits] [Buildbot] #2222: master-side git step doesn't support reference repos.

Buildbot trac trac at buildbot.net
Sun May 19 17:33:18 UTC 2013


#2222: master-side git step doesn't support reference repos.
-------------------------------------------------+-------------------------
Reporter:  tom.prince                            |       Owner:
    Type:  enhancement                           |      Status:  closed
Priority:  minor                                 |   Milestone:  0.8.+
 Version:  master                                |  Resolution:  fixed
Keywords:  git simple, master-side-source-steps  |
  sprint                                         |
-------------------------------------------------+-------------------------
Changes (by dustin):

 * status:  new => closed
 * resolution:   => fixed


Old description:

> The slave-side git source step takes a `reference` argument that points
> to a git repository from which git should fetch objects.  That option
> causes `git clone` to be called with `--reference $ref`, and later adds
> `$ref/objects` to the new repository's `.git/objects/info/alternates`.
>
> The master-side git source step should have the same functionality.

New description:

 The slave-side git source step takes a `reference` argument that points to
 a git repository from which git should fetch objects.  That option causes
 `git clone` to be called with `--reference $ref`, and later adds
 `$ref/objects` to the new repository's `.git/objects/info/alternates`.

 The master-side git source step should have the same functionality.

--

Comment:

 Yes, thanks for the reminder!

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2222#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list