From 731bbbd700166c7e6bcf102f84997f1185a59a6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sun, 24 Dec 2023 08:27:03 +0000 Subject: [PATCH] phase2: dlsha2rsyncpl: fix sha2rsync.pl script location MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes following error: File 'sha2rsync.pl' not available at master Fixes: c3ddb0db167d ("phase2: use sha2rsync.pl for 'targetupload'") Signed-off-by: Petr Å tetiar --- phase2/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )) -- 2.30.2