Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2019-08-15 05:22:49 +0300
committerPaul Spooren <mail@aparcar.org>2019-09-20 00:11:36 +0300
commit133f2ad712b9d3c5f79e7c65efb0d6432c5bcd0a (patch)
tree180a4eedbbec18990ba6fdd6a94409cc8c05c8fc /docker-common.sh
parent35daea4a9aa5f06329994087255fbe130bd98c3f (diff)
split TARGETS in stacks of 10
ImageBuilder/SDKs are build for each target + master & 19.07-snapshot branch. This is to much for most CI runners, this separates the job and also allows running it in parrallel if more workers are available. Also add PGP key for 19.07 release builds. Introduce $CI_COMMIT_REF_SLUG for testing. Introduce $SKIP_ROOTFS for older builds not supporting docker images. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'docker-common.sh')
-rwxr-xr-xdocker-common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-common.sh b/docker-common.sh
index e3488a8..ed01315 100755
--- a/docker-common.sh
+++ b/docker-common.sh
@@ -10,6 +10,10 @@ export GNUPGHOME="gpg"
curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/626471F1.asc' | gpg --import \
&& echo '54CC74307A2C6DC9CE618269CD84BCED626471F1:6:' | gpg --import-ownertrust
+# PGP key for 19.07 release builds
+curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/2074BE7A.asc' | gpg --import \
+ && echo 'D9C6901F45C9B86858687DFF28A39BC32074BE7A:6:' | gpg --import-ownertrust
+
# LEDE Release Builder (17.01 "Reboot" Signing Key)
curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/D52BBB6B.asc' | gpg --import \
&& echo 'B09BE781AE8A0CD4702FDCD3833C6010D52BBB6B:6:' | gpg --import-ownertrust