save packages to staging directory instead of ftp dir

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@218 630f3fb4-fbd1-0310-a574-b293cca3120f
This commit is contained in:
Jason Chu 2006-03-20 02:48:12 +00:00
parent 770fcbdcab
commit 451393deb9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ elif [ "$cmd" == "communitypkg" ]; then
fi
if [ "$repo" != "community" ]; then
scp $pkgfile archlinux.org:/home/ftp/$repo/os/$CARCH
scp $pkgfile archlinux.org:staging/$repo/add
else
if [ ! -f ~/.tupkg ]; then
echo "Must configure tupkg via ~/.tupkg, cancelled"