From 451393deb94697d1717bae4e5ecd1dce01410bad Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Mon, 20 Mar 2006 02:48:12 +0000 Subject: 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 --- extrapkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrapkg b/extrapkg index d752532..e2b670a 100755 --- a/extrapkg +++ b/extrapkg @@ -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" -- cgit v1.2.3-24-g4f1b