summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
-rwxr-xr-xlorry4
-rw-r--r--lorry.1.in14
3 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index 31932c9..92c74d9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-README for Detritus
-===================
+README for Lorry
+================
-Detritus is a tool to take upstream source code (in various formats,
+Lorry is a tool to take upstream source code (in various formats,
though preferably in version control) and converts it into a git
repository.
@@ -12,7 +12,7 @@ then you're not dangerous.)
See the manual page for instructions on using.
-`baserock.detritus` is the file used by Lars to keep Baserock updated.
+`baserock.lorry` is the file used by Lars to keep Baserock updated.
Legal stuff
diff --git a/lorry b/lorry
index 4dc35e0..c817e71 100755
--- a/lorry
+++ b/lorry
@@ -24,7 +24,7 @@ import os
__version__ = '0.0'
-class Detritus(cliapp.Application):
+class Lorry(cliapp.Application):
def add_settings(self):
self.settings.string(['working-area', 'w'],
@@ -142,5 +142,5 @@ class Detritus(cliapp.Application):
if __name__ == '__main__':
- Detritus(version=__version__).run()
+ Lorry(version=__version__).run()
diff --git a/lorry.1.in b/lorry.1.in
index 368b577..d474ac9 100644
--- a/lorry.1.in
+++ b/lorry.1.in
@@ -13,17 +13,17 @@
.\" 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
+.TH LORRY 1
.SH NAME
-detritus \- mirror upstream code into Baserock git repositories
+lorry \- mirror upstream code into Baserock git repositories
.SH SYNOPSIS
.SH DESCRIPTION
-.B detritus
+.B lorry
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 :
+.IR foo.lorry :
.IP
.nf
{
@@ -35,8 +35,8 @@ To mirror GNU Awk, create a file like the following as
.PP
Then run the following command:
.IP
-detritus --verbose --pull-only foo.detritus
+lorry --verbose --pull-only foo.lorry
.SH "SEE ALSO"
.TP
-.I "http://wiki.baserock.org/Detritus/"
-The Detritus home page.
+.I "http://wiki.baserock.org/Lorry/"
+The Lorry home page.