Change "uploading to" message to be less ambiguous

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Francois Charette 2009-10-21 10:20:30 +02:00 committed by Aaron Griffin
parent 169c33195f
commit 4fb916c824
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if [ "$1" = "-l" ]; then
fi
for CARCH in ${arch[@]}; do
echo "===> Uploading to $repo-$CARCH"
echo "===> Uploading to staging/$repo for arch=$CARCH"
for _pkgname in ${pkgname[@]}; do
pkgfile=$_pkgname-$pkgver-$pkgrel-$CARCH$PKGEXT