From aa39a8a11f8003bdd5da4927477eac8b234b188d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 21 Nov 2008 13:38:21 -0800 Subject: Remove the 'add' dir from staging This extra dir is largely useless. db-remove makes the del/ dir unnecessary, so lets kill the add/ dir too Signed-off-by: Aaron Griffin --- extrapkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrapkg b/extrapkg index dada38a..0447589 100755 --- a/extrapkg +++ b/extrapkg @@ -64,7 +64,7 @@ fi if [ "$repo" != "community" ]; then # combine what we know into a variable - uploadto="staging/${repo}/add/$(basename ${pkgfile})" + uploadto="staging/${repo}/$(basename ${pkgfile})" scp ${scpopts} "${pkgfile}" "archlinux.org:${uploadto}" if [ "$(md5sum "${pkgfile}" | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum "${uploadto}" | cut -d' ' -f1)" ]; then echo "File got corrupted during upload, cancelled." -- cgit v1.2.2