| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
This removes the rsync path reporting since I'm now confident it works, also we
fix a bug in the lace running so that it tests against the right repo and we
hide the rsync command since it's not a normal user command.
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
|
|
|
|
|
|
|
| |
This adds support for Codethink's Trove server's rsync command
and also adds a generic plugin interface and repository detection support.
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
|
|
In order to support ingesting of binary artifacts, we are proposing the use of
`git-fat` which is a content filter which uses rsync to store the binary
artifacts. That requires an access controlled binary artifact repository, so
we take advantage of Gitano's ACLs and associate an optional rsync repository
with every git repository on the server. By placing it inside the git
repository, all of gitano's destroy and graveyard behaviour automatically works
with the new rsync content.
Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
|