diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 12:29:04 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 12:29:04 -0700 |
commit | 787ec348cf0143b658e0252766e9e415950534a2 (patch) | |
tree | 91e8ddfc607ceb397e6eea65f3163836a0770637 /db-update | |
parent | 05ee55ef20d9e9085f38d95eb303a5b2613a9563 (diff) |
db-update: remove 'touch' of empty db file
repo-add handles this on its own
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |