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 <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-11-21 13:38:21 -08:00
parent d40455cabd
commit aa39a8a11f
1 changed files with 1 additions and 1 deletions

View File

@ -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."