]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
Remove the upload speed limit
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2016 22:31:08 +0000 (00:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2016 22:31:08 +0000 (00:31 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
build.sh

index 0c17868f2ba082db35eab7a3158c30ecf96c5d2a..2017b950cd1e4845bbf85d45ded5523beb6f23d2 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@ LOCKFILE="/tmp/.nightly-builds.lock"
 
 UPLOAD_DIR="${BASEDIR}/upload"
 UPLOAD_TO="pakfire@git.ipfire.org:/pub/nightly"
-RSYNC_ARGS="--bwlimit=1M"
+RSYNC_ARGS=""
 
 export MAKETUNING="-j2"