diff options
author | Jason Chu <jason@archlinux.org> | 2006-03-20 02:48:12 +0000 |
---|---|---|
committer | Jason Chu <jason@archlinux.org> | 2006-03-20 02:48:12 +0000 |
commit | 451393deb94697d1717bae4e5ecd1dce01410bad (patch) | |
tree | c97aee0a5230420bd4ec701414fef69219a28ab8 | |
parent | 770fcbdcab0846cfb9c9549c5b965b3122d4b80c (diff) | |
download | devtools32-451393deb94697d1717bae4e5ecd1dce01410bad.tar.xz |
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
-rwxr-xr-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |