On Fri, 30 Dec 2022 at 20:08, Anton Mikanovich wrote: > > In case the user will only open imager schroot session but not close it > we need to find and clean it up. Hi Anton, this patchset works for me but it missing a 5th patch to free dpkg base class from buildchroot, here in attachment. The patch has been also sent by elastic mail SMTP and it went in moderation as usual. >From 79e97dd3fe5fa2e710ca48dd864fd3df1bdb5a3c Mon Sep 17 00:00:00 2001 From: "Roberto A. Foglietta" Date: Mon, 2 Jan 2023 14:46:21 +0100 Subject: [PATCH] dpkg base class: use schroot only not buildchroot anymore The patchset v.2 by Anton Mikanovich to migrate buildchroot to schroot is not complete because the buildchroot is still used by the dpkg base class which can be freed by buildchroot with this patch which applies on the top of these four: * events: Cleanup lost schroot sessions if any, v2 * imager: Move image types to schroot, v2 * imager: Migrate from buildchroot to schroot, v2 * sbuild: Allow setting custom config paths, v2 Signed-off-by: Roberto A. Foglietta --- meta/classes/dpkg-base.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) https://github.com/ilbers/isar/commit/79e97dd3fe5fa2e710ca48dd864fd3df1bdb5a3c