aboutsummaryrefslogtreecommitdiff
path: root/wily-amd64/build.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:26:25 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:26:25 +0200
commitf5a098df6c466669f7ec01fb199ee3a0ddfd27f5 (patch)
treec6864d292f48373d011972d21368d0e51993a370 /wily-amd64/build.sh
parentb2f8bae65f47d75021162edf75b17fbfdb65de18 (diff)
Remove Ubuntu Wily based containers - deprecated
Change-Id: I80eca20316262d12b2a859a3f167059cd8fc197a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'wily-amd64/build.sh')
-rwxr-xr-xwily-amd64/build.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/wily-amd64/build.sh b/wily-amd64/build.sh
deleted file mode 100755
index e662946..0000000
--- a/wily-amd64/build.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-set -e
-
-trap cleanup_exit INT TERM EXIT
-
-cleanup_exit()
-{
- rm -f *.list *.key
-}
-
-export LANG=C
-
-DISTRIBUTION=$(basename ${PWD} | cut -f1 -d '-')
-
-cp -a ../linaro-*.list ../linaro-*.key .
-sed -e "s|@DISTRIBUTION@|${DISTRIBUTION}|" -i *.list
-
-docker build --pull --tag=linaro/$(basename ${PWD}) .