From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Cc: Andreas Reichel <Andreas.Reichel@tngtech.com>,
Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [PATCH] isar-bootstrap: Do not require https-support with custom bootstrap keys
Date: Fri, 9 Aug 2019 13:33:15 +0200 [thread overview]
Message-ID: <caf2186d-15eb-ec5c-b166-2f0aa25c4452@siemens.com> (raw)
From: Jan Kiszka <jan.kiszka@siemens.com>
There is apparently no problem to solve here, custom repos with custom
keyrings build fine without https-support by debootstrap.
Reported-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 7 -------
1 file changed, 7 deletions(-)
diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index ff8ab01..45b1608 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -163,13 +163,6 @@ def get_distro_have_https_source(d, is_host=False):
return any(source[2].startswith("https://") for source in generate_distro_sources(d, is_host))
def get_distro_needs_https_support(d, is_host=False):
- distro_bootstrap_keys = d.getVar("DISTRO_BOOTSTRAP_KEYS", False)
- if distro_bootstrap_keys and distro_bootstrap_keys != "":
- # debootstrap falls back to https if there is no
- # 'reliable' keyring, whatever that means, but it happened
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891009
- return "https-support"
-
if get_distro_have_https_source(d, is_host):
return "https-support"
else:
--
2.16.4
next reply other threads:[~2019-08-09 11:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-09 11:33 Jan Kiszka [this message]
2019-08-12 9:09 ` Baurzhan Ismagulov
2019-08-12 9:24 ` Andreas Reichel
2019-08-13 14:06 ` Henning Schild
2019-08-19 8:31 ` Baurzhan Ismagulov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=caf2186d-15eb-ec5c-b166-2f0aa25c4452@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=Andreas.Reichel@tngtech.com \
--cc=isar-users@googlegroups.com \
--cc=quirin.gylstorff@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox