Commit 4fb916c8 authored by Francois Charette's avatar Francois Charette Committed by Aaron Griffin
Browse files

Change "uploading to" message to be less ambiguous

parent 169c3319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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