From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6798458144026525696 X-Received: by 2002:a1c:4b18:: with SMTP id y24mr2327992wma.149.1583848927408; Tue, 10 Mar 2020 07:02:07 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:2c03:: with SMTP id q3ls259006wmg.0.gmail; Tue, 10 Mar 2020 07:02:05 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsXFd3lJnldX5i7Stri44zLS8IOjH2xDQMpCn7hKDbyJBc1oSBVTTFfeqm9xP4mRbeOSXC3 X-Received: by 2002:a1c:13:: with SMTP id 19mr2382815wma.183.1583848925880; Tue, 10 Mar 2020 07:02:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583848925; cv=none; d=google.com; s=arc-20160816; b=Cj86HQVYtX9WeW4tXXTsL9CnGojBivr0DEyeKFoSTi+P+1PszKQyzpl7lZaTphq+xQ wbJ0O3mNHW69i1mfqAb7zoNLp5sqEPTElYamQoSQ0o5pBZSNHnI6GjuLxTojUGiLcbNy mKvtm7mS+Fri8MCtLVak26JpnZDeU3lOQA3kFxWHz8vV4Z4707wPA4vPWKC7P1/cE3ou 3Q7II0r6ijBfqRsIot4CfiRiN/cVK5WrAjMsGc8Nah9immm/no23Gd7+80ua9T4xeo7v XXopMFcNO0alvnZ6un6k6y951ldcxPHvhVE/v1Bitpq1iRW399hNmil6e9xBa74vb5cJ 6J+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date; bh=U63U+lhvwa3hFoONsj/2FQoE/VDobaFRer+b4h7SZrw=; b=c6rvCycMO+PZcDr3bLcv1fpDnRP4qEeNOJjydGcThOy4aUqF21SogUbng6o4o9EOfv hw7SIhBRSM9Gd8Knzq+bIYyxVopUhVyfh/cnyA9W3oSn6Q+UReZeJyDduBWFTIlG/NE8 mHNkO4mgfDuotHhocZdrc+Ez2MpaAJN/REMBHzSu5jL34C0Z3OnNaWuEk/iwI15GB59K dnMpKsx3gZ8Mq0KXiFdL4N/nFHgmexSBv1i4X19YDMB8s/n80rrqVSQzkSYcWv8Ecky1 +7Wx44QMqVpH9CieBqYwiapTH8qyOQe0WlUkg3D7+UBL+l4JwNggWKNTZC0NWwFW2waa nx/g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id i19si180030wml.0.2020.03.10.07.02.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Mar 2020 07:02:05 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 02AE25qr013595 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Mar 2020 15:02:05 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.68.205]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id 02AE25RW021025; Tue, 10 Mar 2020 15:02:05 +0100 Date: Tue, 10 Mar 2020 15:02:04 +0100 From: Henning Schild To: "[ext] Q. Gylstorff" Cc: , Jan Kiszka Subject: Re: [PATCH] isar-bootstrap: Remove apt-transport-https Message-ID: <20200310150204.0f64916b@md1za8fc.ad001.siemens.net> In-Reply-To: <20200228112943.13864-1-Quirin.Gylstorff@siemens.com> References: <20200228112943.13864-1-Quirin.Gylstorff@siemens.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: uBsXkphWoWcY Good catch but a serious user interface break you are suggesting here. I would suggest a backward compatible solution. And if you do not find one, a big fat entry in RECIPE-API-CHANGELOG.md Henning On Fri, 28 Feb 2020 12:29:43 +0100 "[ext] Q. Gylstorff" wrote: > From: Quirin Gylstorff > > Since apt 1.5 apt-transport-https is part of apt[1]. This > package is no longer needed. For https transport in > a distribution older than Debian 10 (buster) > append the Distro configuration with: > DISTRO_BOOTSTRAP_BASE_PACKAGES_append = ",apt-transport-https" > > [1]: https://packages.debian.org/buster/apt-transport-https > > Signed-off-by: Quirin Gylstorff > --- > meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc > b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc index > 16b4395..d1fbb81 100644 --- > a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc +++ > b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc @@ -27,7 +27,7 > @@ THIRD_PARTY_APT_KEYFILES = "" DEPLOY_ISAR_BOOTSTRAP ?= "" > DISTRO_BOOTSTRAP_BASE_PACKAGES = "locales" > DISTRO_BOOTSTRAP_BASE_PACKAGES_append_gnupg = ",gnupg" > -DISTRO_BOOTSTRAP_BASE_PACKAGES_append_https-support = > ",apt-transport-https,ca-certificates" > +DISTRO_BOOTSTRAP_BASE_PACKAGES_append_https-support = > ",ca-certificates" HOST_DISTRO_APT_SOURCES += > "conf/distro/${HOST_DISTRO}.list" python () {