aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-base/tcwg-llvmbot/build.sh3
-rwxr-xr-xtcwg-base/tcwg-llvmbot/run.sh (renamed from tcwg-base/tcwg-llvmbot/run.sh.tmpl)0
-rwxr-xr-xtcwg-base/tcwg-llvmbot/start.sh (renamed from tcwg-base/tcwg-llvmbot/start.sh.tmpl)0
3 files changed, 1 insertions, 2 deletions
diff --git a/tcwg-base/tcwg-llvmbot/build.sh b/tcwg-base/tcwg-llvmbot/build.sh
index 7b03cb27..9181795d 100755
--- a/tcwg-base/tcwg-llvmbot/build.sh
+++ b/tcwg-base/tcwg-llvmbot/build.sh
@@ -16,8 +16,7 @@ name=$(basename ${PWD} | cut -f3- -d '-')
image=linaro/ci-${arch}-${name}-ubuntu:${distro}
top=$(git rev-parse --show-toplevel)
-cp $top/tcwg-base/$name/start.sh.tmpl start.sh
-cp $top/tcwg-base/$name/run.sh.tmpl run.sh
+cp $top/tcwg-base/$name/start.sh $top/tcwg-base/$name/run.sh ./
# llvm-config repo is hosted on [secure] dev-private-git.l.o, so we
# can't clone it in here or in "RUN" command. The docker image
diff --git a/tcwg-base/tcwg-llvmbot/run.sh.tmpl b/tcwg-base/tcwg-llvmbot/run.sh
index dfb25dbc..dfb25dbc 100755
--- a/tcwg-base/tcwg-llvmbot/run.sh.tmpl
+++ b/tcwg-base/tcwg-llvmbot/run.sh
diff --git a/tcwg-base/tcwg-llvmbot/start.sh.tmpl b/tcwg-base/tcwg-llvmbot/start.sh
index 5c620ee4..5c620ee4 100755
--- a/tcwg-base/tcwg-llvmbot/start.sh.tmpl
+++ b/tcwg-base/tcwg-llvmbot/start.sh