aboutsummaryrefslogtreecommitdiff
path: root/wily-amd64/build.sh
diff options
context:
space:
mode:
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}) .