summaryrefslogtreecommitdiff
path: root/tests/make-tarball.setup
Commit message (Collapse)AuthorAgeFilesLines
* Update tests and docs for obsolete fields in tarball importssam/tarball-obsolete-fieldsSam Thursfield2015-02-041-6/+0
| | | | | The 'compression' and 'strip' fields seem to have been obsolete since commit a7f8b1b63a97c66aea6f39342313d7a5b919cfa7 in 2012.
* Update copyright noticesrichardipsum/improve_backupsRichard Ipsum2013-12-171-1/+1
|
* Fix up Lorry to expect repositories to be bare.Daniel Silverstone2012-09-241-0/+59
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.