[elbe-devel] [PATCH 06/37] example: x86_64-docker-elbe: Remove unstable chroot

Benedikt Spranger b.spranger at linutronix.de
Wed Feb 7 15:28:33 CET 2024


Using Debian unstable in examples is a all-or-nothing gamble. The
example is likely to uncover existing shortcomings of the unstable
suite and fail. But an example should guide people, which are not
familiar with E.L.B.E. Therefore remove the unstable parts from
elbe examples.

Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
---
 examples/x86_64-docker-elbe.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/x86_64-docker-elbe.xml b/examples/x86_64-docker-elbe.xml
index 6e828fee..71ae325e 100644
--- a/examples/x86_64-docker-elbe.xml
+++ b/examples/x86_64-docker-elbe.xml
@@ -85,7 +85,6 @@ SPDX-FileCopyrightText: Linutronix GmbH
 
 			<command>cp /usr/share/doc/sbuild/examples/example.sbuildrc /home/elbe/.sbuildrc</command>
 			<command>chown elbe:elbe /home/elbe/.sbuildrc</command>
-			<command>sbuild-createchroot --include=eatmydata,ccache,gnupg unstable /srv/chroot/unstable-amd64-sbuild http://ftp.de.debian.org/debian</command>
 			<command>sbuild-createchroot --include=eatmydata,ccache,gnupg stable /srv/chroot/stable-amd64-sbuild http://ftp.de.debian.org/debian</command>
 			<command>sbuild-adduser elbe</command>
 		</finetuning>
-- 
2.43.0



More information about the elbe-devel mailing list