summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/update_db_repo.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-22 07:55:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-22 07:55:09 (GMT)
commit2132be6eb0e5cffa60dadadef36cdc72557e965c (patch)
tree5147091df92693c34b2dde7b73eafc9dd1f8219f /build_tools/bin/update_db_repo.sh
parentf4c861dec10b2d0e11920363609ef40c5a572eac (diff)
parent8afadf72a3bba61701d6a3ceb495fe130871dcfa (diff)
downloadlinhes_dev-2132be6eb0e5cffa60dadadef36cdc72557e965c.zip
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-dev
Diffstat (limited to 'build_tools/bin/update_db_repo.sh')
-rwxr-xr-xbuild_tools/bin/update_db_repo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh
index 27a594b..c4d38cf 100755
--- a/build_tools/bin/update_db_repo.sh
+++ b/build_tools/bin/update_db_repo.sh
@@ -17,5 +17,7 @@ echo " --------------------------"
echo "updating database for $REPO"
echo " --------------------------"
pwd
+ #forcefully remove the old db to start clean
+ rm -f $REPO.db.tar.gz
repo-add -q $REPO.db.tar.gz *.pkg.tar.gz
cd -