summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Added gzip file support to lorryTristan Van Berkom2015-11-101-0/+16
| | | | | | | | The new 'gzip' lorry file is practical for any gzipped single file repositories, this can be useful for some static blob resources, such as fonts. Change-Id: I931e15e4c1291d820db82d0fc764aa767d3df9ab
* Documenting the "zip" type in READMETristan Van Berkom2015-11-101-0/+15
| | | | Change-Id: I55e6fd73d39b0cf0e20da27a99ddcced5b5b4063
* Make branches and tags optionalRichard Ipsum2015-09-241-0/+1
| | | | | | | | | | | | | | | | | | Some svn repos don't have a branches dir or a tags dir in their layout. This will for example allow us to lorry xmlto with the following lorry, { "xmlto": { "type": "svn", "url": "http://svn.fedorahosted.org/svn/xmlto", "layout": { "trunk": "." } } } Change-Id: I74c032ab7642f4b22ed0569b2a163c0b78cba658
* Add note about license of fast-import frontendsRichard Ipsum2015-07-091-2/+12
| | | | | | Also update copyright Change-Id: Iff42a32048482520cee695bc1262990f5989ce63
* Updates the address of lorries.git given in READMEWilliam Holland2015-02-181-1/+1
|
* Update tests and docs for obsolete fields in tarball importssam/tarball-obsolete-fieldsSam Thursfield2015-02-041-8/+12
| | | | | 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
|
* Add a Tips section to READMERichard Maw2012-11-121-0/+15
| | | | | This bit someone, who was having difficulty with a CVS import, without knowing there was a git repository on savannah.
* Fix up Lorry to expect repositories to be bare.Daniel Silverstone2012-09-241-6/+8
| | | | | | | | 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.
* Strip the lorries outDaniel Silverstone2012-09-031-0/+4
|
* README: amend useRichard Maw2012-05-211-2/+5
| | | | | | | | | | baserock.lorry no longer exists Add a note that it should not be run from the developer's machine unless they are testing it. Clarify that tarballs are almost guaranteed to give a different sha1sum.
* lorry: bundle supportRichard Maw2012-01-251-7/+15
| | | | | | | | A bundle policy and destination can be specified in settings It will bundle up tags and branches Some changes to fetching were required, now it only fetches origin and expects that the refspec fetches into local refs. svn support has been altered to support this
* add lorry format to READMERichard Maw2012-01-241-0/+158
|
* Add note about Lorry dependenciesLars Wirzenius2011-10-271-0/+7
|
* Rename to LorryLars Wirzenius2011-10-271-4/+4
|
* Update README with more informationLars Wirzenius2011-10-271-0/+9
|
* Add READMELars Wirzenius2011-10-261-0/+26