]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab: record installed packages in /packages.txt in containers
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 29 Jul 2024 14:44:01 +0000 (15:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Jul 2024 10:38:34 +0000 (11:38 +0100)
commitc1d822ca344f810710117668b0511590dffb1498
treef7f8b7a9fb0f1c7efcfc50201d646d9ad9b30abe
parent8617cb073ca9fa5588d7afad5c81b7aa6cd02f26
gitlab: record installed packages in /packages.txt in containers

The lcitool created containers save the full distro package list
details into /packages.txt. The idea is that build jobs will 'cat'
this file, so that the build log has a record of what packages
were used. This is important info, because when it comes to debug
failures, the original container is often lost.

This extends the manually written dockerfiles to also create the
/packages.txt file.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240724095505.33544-2-berrange@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-2-alex.bennee@linaro.org>
tests/docker/dockerfiles/debian-all-test-cross.docker
tests/docker/dockerfiles/debian-hexagon-cross.docker
tests/docker/dockerfiles/debian-legacy-test-cross.docker
tests/docker/dockerfiles/debian-loongarch-cross.docker
tests/docker/dockerfiles/debian-tricore-cross.docker
tests/docker/dockerfiles/debian-xtensa-cross.docker