From: Petr Štetiar Date: Sun, 24 Dec 2023 08:27:03 +0000 (+0000) Subject: phase2: dlsha2rsyncpl: fix sha2rsync.pl script location X-Git-Tag: v13~9 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=731bbbd700166c7e6bcf102f84997f1185a59a6d;p=buildbot.git phase2: dlsha2rsyncpl: fix sha2pl script location Fixes following error: File 'sha2rsync.pl' not available at master Fixes: c3ddb0db167d ("phase2: use sha2rsync.pl for 'targetupload'") Signed-off-by: Petr Štetiar --- diff --git a/phase2/master.cfg b/phase2/master.cfg index da22cce..18236b5 100644 --- a/phase2/master.cfg +++ b/phase2/master.cfg @@ -641,7 +641,7 @@ for arch in arches: factory.addStep(FileDownload( name = "dlsha2rsyncpl", - mastersrc = "sha2rsync.pl", + mastersrc = scripts_dir + "/sha2rsync.pl", workerdest = "../sha2rsync.pl", mode = 0o755, ))