From 5b44d6a79963cbb1c665b345a405ade0dcf6c7a9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 30 Jun 2019 20:24:23 +0200 Subject: [PATCH] phase1: move cleanup.sh to shared script directory Signed-off-by: Jo-Philipp Wich --- phase1/master.cfg | 4 ++-- phase1/cleanup.sh => scripts/cleanup-phase1.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename phase1/cleanup.sh => scripts/cleanup-phase1.sh (100%) diff --git a/phase1/master.cfg b/phase1/master.cfg index 7898760..e4674b2 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -524,8 +524,8 @@ for target in targets: # cleanup.sh if needed factory.addStep(FileDownload( - name = "dlcleanupsh", - mastersrc = "cleanup.sh", + name = "dlcleanupsh", + mastersrc = scripts_dir + '/cleanup-phase1.sh', slavedest = "../cleanup.sh", mode = 0755, doStepIf = IsCleanupRequested)) diff --git a/phase1/cleanup.sh b/scripts/cleanup-phase1.sh similarity index 100% rename from phase1/cleanup.sh rename to scripts/cleanup-phase1.sh -- 2.30.2