[buildbot] phase2: rsync: use --size-only instead of --checksum for sourceupload

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 16 03:48:43 PST 2023


ynezz pushed a commit to buildbot.git, branch master:
https://git.openwrt.org/b71f4cd6991d60684042f669ded12325d578712c

commit b71f4cd6991d60684042f669ded12325d578712c
Author: Thibaut VARÈNE <hacks at slashdirt.org>
AuthorDate: Wed Nov 15 12:21:41 2023 +0100

    phase2: rsync: use --size-only instead of --checksum for sourceupload
    
    Align with phase1 (62a01a1)
    
    Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
---
 phase2/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phase2/master.cfg b/phase2/master.cfg
index 42946be..c0562fc 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -808,7 +808,7 @@ for arch in arches:
 			name = "sourceupload",
 			description = "Uploading source archives",
 			workdir = "build/sdk",
-			command = ["../../../rsync.sh"] + rsync_defopts + ["--files-from=sourcelist", "--checksum", "--delay-updates",
+			command = ["../../../rsync.sh"] + rsync_defopts + ["--files-from=sourcelist", "--size-only", "--delay-updates",
 					Interpolate("--partial-dir=.~tmp~%(kw:archname)s~%(prop:workername)s", archname=arch[0]), "-a", "dl/", "%s/" %(rsync_src_url)],
 			env={'RSYNC_PASSWORD': rsync_src_key},
 			haltOnFailure = False,




More information about the lede-commits mailing list