public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-bootstrap: Do not require https-support with custom bootstrap keys
@ 2019-08-09 11:33 Jan Kiszka
  2019-08-12  9:09 ` Baurzhan Ismagulov
  2019-08-19  8:31 ` Baurzhan Ismagulov
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Kiszka @ 2019-08-09 11:33 UTC (permalink / raw)
  To: isar-users; +Cc: Andreas Reichel, Quirin Gylstorff

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-19  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 11:33 [PATCH] isar-bootstrap: Do not require https-support with custom bootstrap keys Jan Kiszka
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox