From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7231094895937585152 X-Received: by 2002:a05:6871:729:b0:1ba:59da:31dc with SMTP id f41-20020a056871072900b001ba59da31dcmr86325oap.24.1689352856306; Fri, 14 Jul 2023 09:40:56 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a4a:3314:0:b0:560:c80a:b1d3 with SMTP id q20-20020a4a3314000000b00560c80ab1d3ls515726ooq.1.-pod-prod-03-us; Fri, 14 Jul 2023 09:40:55 -0700 (PDT) X-Received: by 2002:a05:6808:1691:b0:3a3:d677:6c78 with SMTP id bb17-20020a056808169100b003a3d6776c78mr7312401oib.2.1689352855887; Fri, 14 Jul 2023 09:40:55 -0700 (PDT) Received: by 2002:a05:620a:1902:b0:762:30a9:f2a9 with SMTP id af79cd13be357-767f5007289ms85a; Fri, 14 Jul 2023 09:40:28 -0700 (PDT) X-Google-Smtp-Source: APBJJlGyvY/834CKHohdo09AYTsMttrN5N3W5QGmUHka+0DMfE5tnSKPNADwI5Mnpp2p30B4fKta9KkwNQ== X-Received: by 2002:a05:620a:254a:b0:75b:3962:8dc6 with SMTP id s10-20020a05620a254a00b0075b39628dc6mr12425qko.1.1689352827506; Fri, 14 Jul 2023 09:40:27 -0700 (PDT) X-Google-Web-Client: true Date: Fri, 14 Jul 2023 09:40:27 -0700 (PDT) From: vijai kumar To: isar-users Message-Id: <4be13c15-5149-4efe-992f-8d3b8b8f7692n@googlegroups.com> In-Reply-To: References: <20230531101102.101755-1-amikan@ilbers.de> Subject: Re: [PATCH v3 0/7] Migrate to mmdebstrap MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_18646_2024505502.1689352827280" X-TUID: ICSW6nCF6Ab3 ------=_Part_18646_2024505502.1689352827280 Content-Type: multipart/alternative; boundary="----=_Part_18647_1104248573.1689352827280" ------=_Part_18647_1104248573.1689352827280 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Is this series ready to get in now? On Tuesday, June 20, 2023 at 3:30:43=E2=80=AFPM UTC+5:30 Uladzimir Bely wro= te: > On Tue, 2023-06-20 at 07:30 +0200, Jan Kiszka wrote: > > On 31.05.23 12:10, Anton Mikanovich wrote: > > > Switch Isar from debootstrap to mmdebstrap. > > > It makes isar-bootstrap target ~10% faster on both cross and native > > > rootfs > > > types. Also mmdebstrap support using SOURCE_DATE_EPOCH for images > > > reproducibly > > > out of the box. But the main advantage is an ability to remove sudo > > > for > > > debootstrapping later on. > > > This change brakes Debian Buster support as host distro. > > >=20 > > > Changes since v2: > > > - Rebase on next > > > - Fix commit messages > > > - Update host requirements > > >=20 > > > Changes since v1: > > > - Move mmdebstrap tmpdir to workdir > > > - Fix kas building > > > - Improve mounts cleanup > > >=20 > > > Anton Mikanovich (5): > > > isar-bootstrap: Move preparations to hooks > > > isar-bootstrap: Use tar output instead of directory > > > user_manual.md: Replace debootstrap with mmdebstrap > > > user_manual.md: Update minimal host requirements > > > isar-bootstrap: Remove unused code > > >=20 > > > Uladzimir Bely (2): > > > meta: Switch to mmdebstrap > > > CI: Install mmdebstrap > > >=20 > > > doc/user_manual.md | 41 +-- > > > meta-isar/conf/distro/ubuntu-common.inc | 4 - > > > meta/classes/rootfs.bbclass | 11 +- > > > .../isar-bootstrap/isar-bootstrap.inc | 274 ++++++++------ > > > ---- > > > scripts/ci_build.sh | 6 + > > > 5 files changed, 152 insertions(+), 184 deletions(-) > > >=20 > >=20 > > Is this now settled? Asking as I'm planning to release kas 4.0 with > > the > > dependencies in patch 7 resolved these days, and I'd like to see this > > targeting the final version of this feature. > >=20 > > Jan > >=20 > > We are currently upgrading our interlnal CI and need to run more jobs > before merging it. > > But anyway, if mmdebstrap (and other packages mentioned in patch 3) is > preinstalled in kas 4.0 image, it would be nice. > ------=_Part_18647_1104248573.1689352827280 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Is this series ready to get in now?

On Tuesday, June 20, 2023 at 3:3= 0:43=E2=80=AFPM UTC+5:30 Uladzimir Bely wrote:
On Tue, 2023-06-20 at 07:30 +0200, Jan K= iszka wrote:
> On 31.05.23 12:10, Anton Mikanovich wrote:
> > Switch Isar from debootstrap to mmdebstrap.
> > It makes isar-bootstrap target ~10% faster on both cross and = native
> > rootfs
> > types. Also mmdebstrap support using SOURCE_DATE_EPOCH for im= ages
> > reproducibly
> > out of the box. But the main advantage is an ability to remov= e sudo
> > for
> > debootstrapping later on.
> > This change brakes Debian Buster support as host distro.
> >=20
> > Changes since v2:
> > - Rebase on next
> > - Fix commit messages
> > - Update host requirements
> >=20
> > Changes since v1:
> > - Move mmdebstrap tmpdir to workdir
> > - Fix kas building
> > - Improve mounts cleanup
> >=20
> > Anton Mikanovich (5):
> > =C2=A0 isar-bootstrap: Move preparations to hooks
> > =C2=A0 isar-bootstrap: Use tar output instead of directory
> > =C2=A0 user_manual.md: Replace debootstrap with mmdebstrap
> > =C2=A0 user_manual.md: Update minimal host requirements
> > =C2=A0 isar-bootstrap: Remove unused code
> >=20
> > Uladzimir Bely (2):
> > =C2=A0 meta: Switch to mmdebstrap
> > =C2=A0 CI: Install mmdebstrap
> >=20
> > =C2=A0doc/user_manual.md=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 41 +--
> > =C2=A0meta-isar/conf/distro/ubuntu-common.inc=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 4 -
> > =C2=A0meta/classes/rootfs.bbclass=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 |=C2=A0 11 +-
> > =C2=A0.../isar-bootstrap/isar-bootstrap.inc=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 274 ++++++++------
> > ----
> > =C2=A0scripts/ci_build.sh=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 6 +
> > =C2=A05 files changed, 152 insertions(+), 184 deletions(-)
> >=20
>=20
> Is this now settled? Asking as I'm planning to release kas 4.0= with
> the
> dependencies in patch 7 resolved these days, and I'd like to s= ee this
> targeting the final version of this feature.
>=20
> Jan
>=20

We are currently upgrading our interlnal CI and need to run more jobs
before merging it.

But anyway, if mmdebstrap (and other packages mentioned in patch 3) is
preinstalled in kas 4.0 image, it would be nice.
------=_Part_18647_1104248573.1689352827280-- ------=_Part_18646_2024505502.1689352827280--