summaryrefslogtreecommitdiff
path: root/sources/update_all.sh
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-22 22:19:26 +0100
committerJochen Topf <jochen@topf.org>2013-01-22 22:19:26 +0100
commit12e8e3d3947065f5c6517ca67d96f8b83bdbd543 (patch)
treec45abfa8fe718e5a3da4f989520d6837d23590f3 /sources/update_all.sh
parentcf2345f0b143f6164f6bf35ac168d64a52db1951 (diff)
downloadtaginfo-12e8e3d3947065f5c6517ca67d96f8b83bdbd543.tar
taginfo-12e8e3d3947065f5c6517ca67d96f8b83bdbd543.tar.gz
Use ruby instead of perl in master update script
Diffstat (limited to 'sources/update_all.sh')
-rwxr-xr-xsources/update_all.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/update_all.sh b/sources/update_all.sh
index db1fa56..fd698b8 100755
--- a/sources/update_all.sh
+++ b/sources/update_all.sh
@@ -34,7 +34,7 @@ DATECMD='date +%Y-%m-%dT%H:%M:%S'
DIR=$1
if [ "x" = "x$DIR" ]; then
- echo "Usage: update.sh DIR"
+ echo "Usage: update_all.sh DIR"
exit 1
fi
@@ -80,6 +80,7 @@ done
echo "Running bzip2..."
bzip2 -9 -c $DIR/taginfo-master.db >$DIR/download/taginfo-master.db.bz2
+bzip2 -9 -c $DIR/taginfo-search.db >$DIR/download/taginfo-search.db.bz2
echo "Done."
echo "====================================="