[neon/infrastructure/pangea-data] imager/build-hooks-neon: blacklist live-tools
Carlos De Maine
null at kde.org
Fri Sep 27 13:05:52 BST 2024
Git commit fc68e567b9aaf2a02647652f7105ecee7de6c304 by Carlos De Maine.
Committed on 27/09/2024 at 12:05.
Pushed by carlosdem into branch 'master'.
blacklist live-tools
M +5 -0 imager/build-hooks-neon/092-apt-blacklist.chroot
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/fc68e567b9aaf2a02647652f7105ecee7de6c304
diff --git a/imager/build-hooks-neon/092-apt-blacklist.chroot b/imager/build-hooks-neon/092-apt-blacklist.chroot
index c6a72ef..c7e3872 100644
--- a/imager/build-hooks-neon/092-apt-blacklist.chroot
+++ b/imager/build-hooks-neon/092-apt-blacklist.chroot
@@ -24,6 +24,11 @@ apt-get purge -y unattended-upgrades || true
dpkg --purge colord
apt-get check
+# hack in getting rid of live-tools which is brought in by live-config but
+# gives dpkg-divert clashes
+dpkg --purge live-tools
+apt-get check
+
# Drop now excess deps
apt-get --purge autoremove -s
apt-get check
More information about the Neon-commits
mailing list