]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
Disable compression when uploading files
authorroot <root@x86-01.haj.ipfire.org>
Thu, 6 Feb 2020 22:13:54 +0000 (22:13 +0000)
committerroot <root@x86-01.haj.ipfire.org>
Thu, 6 Feb 2020 22:13:54 +0000 (22:13 +0000)
Signed-off-by: root <root@x86-01.haj.ipfire.org>
build.sh

index 569037b2308d52c2841450591d992a8022982943..b17b9580f1b9b65acc3ac3e015e5324d01e81161 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -119,7 +119,7 @@ sync() {
                kinit -k -t /etc/krb5.keytab "host/${HOSTNAME}"
        fi
 
-       rsync -avHzz --progress "${RSYNC_ARGS[@]}" \
+       rsync -avH --progress "${RSYNC_ARGS[@]}" \
                "${UPLOAD_DIR}/" "${UPLOAD_TO}"
 }