From c49bb281c6dd61ea8dda332fc5d6b006a3e010a6 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 5 Nov 2010 18:14:42 +0100 Subject: fixed update scripts --- sources/update_all.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sources/update_all.sh') diff --git a/sources/update_all.sh b/sources/update_all.sh index 03045b7..f7e4459 100755 --- a/sources/update_all.sh +++ b/sources/update_all.sh @@ -29,8 +29,6 @@ for source in $SOURCES; do cd $source ./update.sh $DIR/$source cd .. - echo "Running bzip2..." - bzip2 -9 -c $DIR/$source/taginfo-$source.db >$DIR/download/taginfo-$source.db.bz2 echo "Done." done @@ -39,6 +37,14 @@ echo "Running master/update.sh..." cd master ./update.sh $DIR cd .. + +for source in $SOURCES; do + echo "=====================================" + echo "Running bzip2..." + bzip2 -9 -c $DIR/$source/taginfo-$source.db >$DIR/download/taginfo-$source.db.bz2 + echo "Done." +done + echo "Running bzip2..." bzip2 -9 -c $DIR/taginfo-master.db >$DIR/download/taginfo-master.db.bz2 echo "Done." -- cgit v1.2.3