projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235d158
)
phase2: dlsha2rsyncpl: fix sha2rsync.pl script location
author
Petr Štetiar
<ynezz@true.cz>
Sun, 24 Dec 2023 08:27:03 +0000
(08:27 +0000)
committer
Petr Štetiar
<ynezz@true.cz>
Sat, 13 Apr 2024 04:17:49 +0000
(06:17 +0200)
Fixes following error:
File 'sha2rsync.pl' not available at master
Fixes: c3ddb0db167d ("phase2: use sha2rsync.pl for 'targetupload'")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase2/master.cfg
patch
|
blob
|
history
diff --git
a/phase2/master.cfg
b/phase2/master.cfg
index da22ccea181e5ec20be7ebf39077e4d33490a937..18236b5974e2d1bd3fd042f18ef6ecbd9ae7a029 100644
(file)
--- 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,
))