aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-04-26 15:45:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-04-26 15:45:58 +0000
commit69047c494893300b303bb17fe1047a31d45f50b0 (patch)
treefb023d6247d40607050336b5a0a39ad0d7300aeb /tcwg-base
parenta6fff6228874251ac967907d8bdfe44218131e9b (diff)
tcwg-dev: Simplify script names
No need to use templates anymore. Change-Id: Ia9d66420c79c296d5807812b3b69e6c4531b5fa9
Diffstat (limited to 'tcwg-base')
-rwxr-xr-xtcwg-base/tcwg-dev/build.sh6
-rwxr-xr-xtcwg-base/tcwg-dev/run.sh (renamed from tcwg-base/tcwg-dev/run.sh.tmpl)0
-rwxr-xr-xtcwg-base/tcwg-dev/start.sh (renamed from tcwg-base/tcwg-dev/start.sh.tmpl)0
3 files changed, 1 insertions, 5 deletions
diff --git a/tcwg-base/tcwg-dev/build.sh b/tcwg-base/tcwg-dev/build.sh
index 8729547c..9d0e9f87 100755
--- a/tcwg-base/tcwg-dev/build.sh
+++ b/tcwg-base/tcwg-dev/build.sh
@@ -16,11 +16,7 @@ name=$(basename ${PWD} | cut -f3- -d '-')
image=linaro/ci-${arch}-${name}-ubuntu:${distro}
top=$(git rev-parse --show-toplevel)
-cat $top/tcwg-base/tcwg-dev/start.sh.tmpl \
- | sed -e "s#@IMAGE@#$image#g" \
- -e "s#@DISTRO@#$distro#g" > start.sh
-chmod +x start.sh
-cp $top/tcwg-base/tcwg-dev/run.sh.tmpl run.sh
+cp $top/tcwg-base/$name/start.sh $top/tcwg-base/$name/run.sh ./
(cd ..; ./build.sh)
"$top"/tcwg-base/validate-dockerfile.sh Dockerfile
diff --git a/tcwg-base/tcwg-dev/run.sh.tmpl b/tcwg-base/tcwg-dev/run.sh
index 8029a32f..8029a32f 100755
--- a/tcwg-base/tcwg-dev/run.sh.tmpl
+++ b/tcwg-base/tcwg-dev/run.sh
diff --git a/tcwg-base/tcwg-dev/start.sh.tmpl b/tcwg-base/tcwg-dev/start.sh
index e36c8516..e36c8516 100755
--- a/tcwg-base/tcwg-dev/start.sh.tmpl
+++ b/tcwg-base/tcwg-dev/start.sh