diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-08 12:47:06 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-08 12:47:06 +0200 |
commit | ff0745c50507f0cea48dbf97b8f55734698e3c13 (patch) | |
tree | 97c2868e95b07e2d98738db9472511b40ade387a /db-update | |
parent | d0b5dcb3ce6a1ec5222fc7a0420b3e1dc4c3a27e (diff) | |
download | dbscripts-ff0745c50507f0cea48dbf97b8f55734698e3c13.tar.gz dbscripts-ff0745c50507f0cea48dbf97b8f55734698e3c13.tar.xz |
Prepare for variable db file compression
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ for current_arch in ${ARCHES[@]}; do if ! /bin/cp "$WORKDIR/build/$reponame-$current_arch$DBEXT" "$ftppath/$reponame$DBEXT"; then die "failed to move repository $reponame-$current_arch". fi + ln -sf "$reponame$DBEXT" "$ftppath/$reponame${DBEXT%.tar.*}" else echo "Nothing to copy, no work done" fi |