summaryrefslogtreecommitdiff
path: root/lorry.tar-importer
Commit message (Collapse)AuthorAgeFilesLines
* Make tarball lorries reproducibleRichard Ipsum2015-07-141-6/+6
| | | | | | | We don't want the sha to depend on where the lorry was imported from or the time at which the lorry occurred, or the user's environment. Change-Id: Iccc54f358a1a6133438984e769485b702ebb1a2e
* Fix up Lorry to expect repositories to be bare.Daniel Silverstone2012-09-241-0/+205
This patch makes Lorry always create bare repositories where it can (Note that it cannot for CVS imports) and to create tarballs of bare repositories (if not disabled) which will be more efficient than bundles for creation and cloning. We may be able to disable bundles later.