commit 49206a107dff2f38f14bc9cf5ae29733e04384ca parent c9473e5f468dcfb2eb00a748eb72da18c423539b Author: parazyd <parazyd@dyne.org> Date: Mon, 15 May 2017 15:12:43 +0200 import devuan keyring as git submodule and utilize it in debootstrap Diffstat:
A | .gitmodules | | | 3 | +++ |
A | extra/devuan-keyring | | | 1 | + |
M | zlibs/bootstrap | | | 1 | + |
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "extra/devuan-keyring"] + path = extra/devuan-keyring + url = https://git.devuan.org/devuan-packages/devuan-keyring diff --git a/extra/devuan-keyring b/extra/devuan-keyring @@ -0,0 +1 @@ +Subproject commit e82213e52259a497db285c59758b9f6a95308060 diff --git a/zlibs/bootstrap b/zlibs/bootstrap @@ -40,6 +40,7 @@ bootstrap_complete_base() { export DEBIAN_FRONTEND=noninteractive sudo -E debootstrap \ + --keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-keyring.gpg" \ --foreign \ --arch $arch $release $strapdir $mirror || zerr