diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-15 23:10:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-15 23:12:28 +0200 |
commit | 72c13b81d2835b177dc8adea71faff23d9c05d97 (patch) | |
tree | 6d5729df50c66c71fb99628c199103a040a43181 /.travis/install-alpine | |
parent | b117bf08c5cb8e96b78c679d10bc030321c9cbf5 (diff) | |
download | aports-72c13b81d2835b177dc8adea71faff23d9c05d97.tar.bz2 aports-72c13b81d2835b177dc8adea71faff23d9c05d97.tar.xz |
travis: add keys to the repo to avoid --allow-untrusted
Diffstat (limited to '.travis/install-alpine')
-rwxr-xr-x | .travis/install-alpine | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/install-alpine b/.travis/install-alpine index fac726c2f8..031d709ce4 100755 --- a/.travis/install-alpine +++ b/.travis/install-alpine @@ -21,11 +21,12 @@ title 'Installing Alpine Linux' mkdir -p "$ALPINE_ROOT"/etc/apk cd "$ALPINE_ROOT" +cp -R "$CLONE_DIR"/.travis/keys etc/apk/keys cp "$CLONE_DIR"/.travis/repositories etc/apk/repositories cp /etc/resolv.conf etc/resolv.conf /tmp/sbin/apk.static \ - --root . --allow-untrusted --update-cache --initdb --no-progress \ + --root . --update-cache --initdb --no-progress \ add alpine-base mount -t proc none proc |