summaryrefslogtreecommitdiff
path: root/lorry.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-10-27 15:44:04 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-10-27 15:44:04 +0100
commitca3399feecb7a8985d24f66c3b9e74ad10afc022 (patch)
tree85a01dd226f89f4309754724d9c629707321541f /lorry.1.in
parent1229fab620a2bb558a370e76891324efde3f7e69 (diff)
downloadlorry-ca3399feecb7a8985d24f66c3b9e74ad10afc022.tar.gz
Rename to use new project name
Diffstat (limited to 'lorry.1.in')
-rw-r--r--lorry.1.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/lorry.1.in b/lorry.1.in
new file mode 100644
index 0000000..368b577
--- /dev/null
+++ b/lorry.1.in
@@ -0,0 +1,42 @@
+.\" Copyright (C) 2011 Codethink Limited
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; version 2 of the License.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License along
+.\" with this program; if not, write to the Free Software Foundation, Inc.,
+.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+.\"
+.TH DETRITUS 1
+.SH NAME
+detritus \- mirror upstream code into Baserock git repositories
+.SH SYNOPSIS
+.SH DESCRIPTION
+.B detritus
+mirrors and converts upstream source code into git repositories for Baserock.
+.SH OPTIONS
+.SH EXAMPLE
+To mirror GNU Awk, create a file like the following as
+.IR foo.detritus :
+.IP
+.nf
+{
+ "gawk": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gawk.git"
+ }
+}
+.PP
+Then run the following command:
+.IP
+detritus --verbose --pull-only foo.detritus
+.SH "SEE ALSO"
+.TP
+.I "http://wiki.baserock.org/Detritus/"
+The Detritus home page.