[lxc-devel] [lxc-templates/master] Changed devuan gpg key remote location

TanyaEleventhGoddess on Github lxc-bot at linuxcontainers.org
Sun Sep 6 18:17:52 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 392 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200906/c6810da2/attachment.bin>
-------------- next part --------------
From 8af77c1136fdbcb099865dd41d018f91a50c9e8c Mon Sep 17 00:00:00 2001
From: Tanya Degurechaff
 <34323200+TanyaEleventhGoddess at users.noreply.github.com>
Date: Sun, 6 Sep 2020 20:13:38 +0200
Subject: [PATCH] Changed devuan gpg key remote location

Signed-off-by: Tanya <34323200+TanyaEleventhGoddess at users.noreply.github.com>
---
 templates/lxc-debian.in | 2 +-
 templates/lxc-devuan.in | 4 ++--
 templates/lxc-kali.in   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index deeff29..2ddaead 100644
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@@ -42,7 +42,7 @@ LOCALSTATEDIR="@LOCALSTATEDIR@"
 LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
 # Allows the lxc-cache directory to be set by environment variable
 LXC_CACHE_PATH=${LXC_CACHE_PATH:-"$LOCALSTATEDIR/cache/lxc"}
-[ -z "$DOWNLOAD_KEYRING" ] && DOWNLOAD_KEYRING=1
+DOWNLOAD_KEYRING=${DOWNLOAD_KEYRING:-1}
 
 find_interpreter()
 {
diff --git a/templates/lxc-devuan.in b/templates/lxc-devuan.in
index c1d7575..88db337 100644
--- a/templates/lxc-devuan.in
+++ b/templates/lxc-devuan.in
@@ -42,7 +42,7 @@ LOCALSTATEDIR="@LOCALSTATEDIR@"
 LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
 # Allows the lxc-cache directory to be set by environment variable
 LXC_CACHE_PATH=${LXC_CACHE_PATH:-"$LOCALSTATEDIR/cache/lxc"}
-[ -z "$DOWNLOAD_KEYRING" ] && DOWNLOAD_KEYRING=1
+DOWNLOAD_KEYRING=${DOWNLOAD_KEYRING:-1}
 
 find_interpreter()
 {
@@ -350,7 +350,7 @@ apt-transport-https
     elif [ "$DOWNLOAD_KEYRING" = 1 ]; then 
         [ ! -d "/etc/apt/trusted.gpg.d" ] && lreleasekeyring="$cache/archive-key.gpg"
         if [[ "$(id -u)" == "0" ]]; then
-            wget https://git.devuan.org/devuan/devuan-keyring/raw/branch/master/keyrings/devuan-archive-keyring.gpg -O - --quiet \
+            wget https://files.devuan.org/devuan-archive-keyring.gpg -O - --quiet \
                 | gpg --import --no-default-keyring --keyring="${lreleasekeyring}"
             apt_gpg_opt="--keyring=${lreleasekeyring}"
         else
diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in
index 0a8e6e6..e1db119 100644
--- a/templates/lxc-kali.in
+++ b/templates/lxc-kali.in
@@ -43,7 +43,7 @@ LOCALSTATEDIR="@LOCALSTATEDIR@"
 LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
 # Allows the lxc-cache directory to be set by environment variable
 LXC_CACHE_PATH=${LXC_CACHE_PATH:-"$LOCALSTATEDIR/cache/lxc"}
-[ -z "$DOWNLOAD_KEYRING" ] && DOWNLOAD_KEYRING=1
+DOWNLOAD_KEYRING=${DOWNLOAD_KEYRING:-1}
 
 find_interpreter()
 {


More information about the lxc-devel mailing list