From 787ec348cf0143b658e0252766e9e415950534a2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 6 May 2009 12:29:04 -0700 Subject: db-update: remove 'touch' of empty db file repo-add handles this on its own Signed-off-by: Aaron Griffin --- db-update | 2 -- 1 file changed, 2 deletions(-) (limited to 'db-update') diff --git a/db-update b/db-update index 426a236..ae99cb0 100755 --- a/db-update +++ b/db-update @@ -150,8 +150,6 @@ for A in ${ARCHES[@]}; do echo "==> Copying DB file from '$reponame'..." >&2 if [ -f "$ftppath/$reponame.db.tar.$DB_COMPRESSION" ]; then /bin/cp "$ftppath/$reponame.db.tar.$DB_COMPRESSION" build/ - else - touch "build/$reponame.db.tar.$DB_COMPRESSION" fi echo "==> Processing new/updated packages for repository '$reponame'..." >&2 -- cgit v1.2.3-24-g4f1b