[buildbot] phase1: next attempt to get proper libc interpolation

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 20 09:24:58 PDT 2016


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/?p=buildbot.git;a=commitdiff;h=d6640ead72a8d9e1be60214838e56abbef982f8e

commit d6640ead72a8d9e1be60214838e56abbef982f8e
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Jul 20 18:26:36 2016 +0200

    phase1: next attempt to get proper libc interpolation
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase1/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phase1/master.cfg b/phase1/master.cfg
index 1d9cec2..6ae57d9 100644
--- a/phase1/master.cfg
+++ b/phase1/master.cfg
@@ -435,7 +435,7 @@ EOT''' %(ts[0], ts[0], ts[1]) ))
 	factory.addStep(ShellCommand(
 		name = "targetupload",
 		description = "Uploading target files",
-		command=["rsync", "--delete", "--delay-updates", "--partial-dir=.~tmp~%s~%s" %(ts[0], ts[1]), "-avz", "bin/targets/%s/%s%s/" %(ts[0], ts[1], WithProperties("%(libc)s")), "%s/targets/%s/%s/" %(rsync_bin_url, ts[0], ts[1])],
+		command=["rsync", "--delete", "--delay-updates", "--partial-dir=.~tmp~%s~%s" %(ts[0], ts[1]), "-avz", WithProperties("bin/targets/%s/%s%%(libc)s/" %(ts[0], ts[1])), "%s/targets/%s/%s/" %(rsync_bin_url, ts[0], ts[1])],
 		env={'RSYNC_PASSWORD': rsync_bin_key},
 		haltOnFailure = True,
 		logEnviron = False



More information about the lede-commits mailing list