[neon/neon/livecd-rootfs/Neon/release] live-build/auto: noble only deals with deb822 compliant *.sources
Carlos De Maine
null at kde.org
Fri Aug 2 15:07:15 BST 2024
Git commit 4d21ff67bff8a913567fdb2f8148ae732340bcd7 by Carlos De Maine.
Committed on 02/08/2024 at 14:07.
Pushed by carlosdem into branch 'Neon/release'.
noble only deals with deb822 compliant *.sources
(cherry picked from commit 18ebbdd6ca60ebf9174d99a04ccbf35c1433993d)
Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>
M +0 -5 live-build/auto/build
https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/4d21ff67bff8a913567fdb2f8148ae732340bcd7
diff --git a/live-build/auto/build b/live-build/auto/build
index 5b1a52a6..f545dfdc 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -405,7 +405,6 @@ EOF
mkdir -p chroot/var/lib/preinstalled-pool/dists/$LB_DISTRIBUTION/$component/binary-$LB_ARCHITECTURES
done
apt-ftparchive generate config/indices/apt.conf
-# cat << @@EOF > chroot/etc/apt/sources.list.d/preinstalled-pool.list
cat << @@EOF > chroot/etc/apt/sources.list.d/preinstalled-pool.sources
# This is a sources.list entry for a small pool of packages
# provided on your preinstalled filesystem for your convenience.
@@ -414,10 +413,6 @@ EOF
# it references, should you want to save disk space and fetch the
# packages remotely instead.
#
-deb [arch=$(echo $LB_ARCHITECTURES | tr ' ', ',')] file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
-#
-@@EOF
-
Types: deb
URIs: file:/var/lib/preinstalled-pool/
Suites: $LB_DISTRIBUTION
More information about the Neon-commits
mailing list