From: Thibaut VARÈNE Date: Thu, 21 Jun 2018 18:11:53 +0000 (+0200) Subject: phase1: download ccache.sh to slavedir X-Git-Tag: v1~146 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=635c34dc191cf1bd430d9bec5a18018e61bfe85e;p=buildbot.git phase1: download ccache.sh to slavedir Align behaviour with other script downloads. Signed-off-by: Thibaut VARÈNE --- diff --git a/phase1/master.cfg b/phase1/master.cfg index a184f4b..80955b5 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -594,7 +594,7 @@ for target in targets: # ccache helper factory.addStep(FileDownload( mastersrc = "ccache.sh", - slavedest = "ccache.sh", + slavedest = "../ccache.sh", mode = 0755 )) @@ -602,7 +602,7 @@ for target in targets: factory.addStep(ShellCommand( name = "prepccache", description = "Preparing ccache", - command = ["./ccache.sh"] + command = ["../ccache.sh"] )) # install build key