OSDN Git Service

Sleep for one second after uploading a file to ftp-upload.gnu.org. Seems transaction...
authorDavid Cantrell <dcantrell@redhat.com>
Mon, 19 Mar 2007 14:43:56 +0000 (10:43 -0400)
committerDavid Cantrell <dcantrell@redhat.com>
Tue, 20 Mar 2007 00:58:15 +0000 (20:58 -0400)
scripts/release/tarball_upload.sh

index 45f6567..d7a543a 100755 (executable)
@@ -181,6 +181,7 @@ for EXT in gz bz2; do
                        continue
                fi
                curl --upload-file $PWD/$f $FTPURL
+               sleep 1
                if [ $? -eq 0 ]; then
                        echo "-> successfully uploaded $f."
                else