[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

David Cantrell dcantrell-guest at alioth.debian.org
Thu Aug 9 20:01:43 UTC 2007


 scripts/release/tarball_upload.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 360dd61659bc4d5b6c0ee1f05cf1adc47c5da29b
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Thu Aug 9 16:01:32 2007 -0400

    Modify the curl command line used to upload files.
    
    Show the progress bar for file uploads.  Changed to using the short option
    for the upload file command.

diff --git a/scripts/release/tarball_upload.sh b/scripts/release/tarball_upload.sh
index 3806f5b..41ad605 100755
--- a/scripts/release/tarball_upload.sh
+++ b/scripts/release/tarball_upload.sh
@@ -180,7 +180,7 @@ for EXT in gz bz2; do
 			echo "-> skipping upload of $f"
 			continue
 		fi
-		curl --upload-file $PWD/$f $FTPURL
+		curl -# -T $PWD/$f $FTPURL
 		sleep 1
 		if [ $? -eq 0 ]; then
 			echo "-> successfully uploaded $f."



More information about the Parted-commits mailing list