public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Migrate to mmdebstrap
@ 2023-05-09  8:21 Anton Mikanovich
  2023-05-09  8:21 ` [PATCH v1 1/6] meta: Switch " Anton Mikanovich
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Anton Mikanovich @ 2023-05-09  8:21 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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.

Anton Mikanovich (4):
  isar-bootstrap: Move preparations to hooks
  isar-bootstrap: Use tar output instead of directory
  user_manual.md: Replace debootstrap with mmdebstrap
  isar-bootstrap: Remove unused code

Uladzimir Bely (2):
  meta: Switch to mmdebstrap
  CI: Install mmdebstrap

 doc/user_manual.md                            |   4 +-
 meta-isar/conf/distro/ubuntu-focal.conf       |   4 -
 meta/classes/rootfs.bbclass                   |  11 +-
 .../isar-bootstrap/isar-bootstrap.inc         | 269 ++++++++----------
 scripts/ci_build.sh                           |   6 +
 5 files changed, 133 insertions(+), 161 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-05-29 14:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09  8:21 [PATCH v1 0/6] Migrate to mmdebstrap Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 1/6] meta: Switch " Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 2/6] isar-bootstrap: Move preparations to hooks Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 3/6] isar-bootstrap: Use tar output instead of directory Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 4/6] user_manual.md: Replace debootstrap with mmdebstrap Anton Mikanovich
2023-05-10  7:09   ` Jan Kiszka
2023-05-10  7:15     ` Anton Mikanovich
2023-05-18  6:31     ` Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 5/6] isar-bootstrap: Remove unused code Anton Mikanovich
2023-05-09  8:21 ` [PATCH v1 6/6] CI: Install mmdebstrap Anton Mikanovich
2023-05-12 19:50 ` [PATCH v1 0/6] Migrate to mmdebstrap Henning Schild
2023-05-29 14:06   ` Baurzhan Ismagulov
2023-05-12 20:07 ` Henning Schild
2023-05-18  6:39   ` Anton Mikanovich

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