summaryrefslogtreecommitdiffstats
path: root/scripts/gensync
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gensync')
-rwxr-xr-xscripts/gensync9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/gensync b/scripts/gensync
index dd7e50a1..e7c7724c 100755
--- a/scripts/gensync
+++ b/scripts/gensync
@@ -2,7 +2,7 @@
#
# gensync
#
-# Copyright (c) 2002-2003 by Judd Vinet <jvinet@zeroflux.org>
+# Copyright (c) 2002-2004 by Judd Vinet <jvinet@zeroflux.org>
#
# 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
@@ -20,16 +20,19 @@
# USA.
#
-myver='2.7.5'
+myver='2.7.7'
usage() {
echo "gensync $myver"
- echo "usage: $0 <root> <destfile>"
+ echo "usage: $0 <root> <destfile> [package_directory]"
echo
echo "gensync will generate a sync database by reading all PKGBUILD files"
echo "from <root>. gensync builds the database in /tmp/.gensync and then"
echo "compresses it to <destfile>."
echo
+ echo "gensync will calculate md5sums of packages in <destdir>, unless an"
+ echo "alternate [package_directory] is specified."
+ echo
echo "note: The <destfile> name is important. It must be of the form"
echo " {treename}.db.tar.gz where {treename} is the name of the custom"
echo " package repository you configured in /etc/pacman.conf. The"