[neon/infrastructure/pangea-data] imager: add i386

Jonathan Riddell null at kde.org
Wed Nov 13 11:40:36 GMT 2024


Git commit 08f4b42edf316f97a95b7b2533b6bd13fad0e05e by Jonathan Riddell.
Committed on 13/11/2024 at 11:40.
Pushed by jriddell into branch 'master'.

add i386

M  +3    -0    imager/config-hooks-neon-arm64/repo.sh
M  +3    -0    imager/config-hooks-neon-bigscreen/repo.sh
M  +3    -0    imager/config-hooks-neon-developer/repo.sh
M  +3    -0    imager/config-hooks-neon-ko/repo.sh
M  +3    -0    imager/config-hooks-neon-mobile/repo.sh
M  +3    -0    imager/config-hooks-neon/repo.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/08f4b42edf316f97a95b7b2533b6bd13fad0e05e

diff --git a/imager/config-hooks-neon-arm64/repo.sh b/imager/config-hooks-neon-arm64/repo.sh
index 17fa0fd..f69c3b4 100644
--- a/imager/config-hooks-neon-arm64/repo.sh
+++ b/imager/config-hooks-neon-arm64/repo.sh
@@ -45,6 +45,9 @@ EOF
   # add a nice depreciation message when we actually have depreciated the above hack
   #echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
 
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
   # add our spiffy new deb822 .sources config
   cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon $SUITE ${NEONARCHIVE}
diff --git a/imager/config-hooks-neon-bigscreen/repo.sh b/imager/config-hooks-neon-bigscreen/repo.sh
index 17fa0fd..f69c3b4 100644
--- a/imager/config-hooks-neon-bigscreen/repo.sh
+++ b/imager/config-hooks-neon-bigscreen/repo.sh
@@ -45,6 +45,9 @@ EOF
   # add a nice depreciation message when we actually have depreciated the above hack
   #echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
 
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
   # add our spiffy new deb822 .sources config
   cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon $SUITE ${NEONARCHIVE}
diff --git a/imager/config-hooks-neon-developer/repo.sh b/imager/config-hooks-neon-developer/repo.sh
index 17fa0fd..f69c3b4 100644
--- a/imager/config-hooks-neon-developer/repo.sh
+++ b/imager/config-hooks-neon-developer/repo.sh
@@ -45,6 +45,9 @@ EOF
   # add a nice depreciation message when we actually have depreciated the above hack
   #echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
 
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
   # add our spiffy new deb822 .sources config
   cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon $SUITE ${NEONARCHIVE}
diff --git a/imager/config-hooks-neon-ko/repo.sh b/imager/config-hooks-neon-ko/repo.sh
index 17fa0fd..f07236e 100644
--- a/imager/config-hooks-neon-ko/repo.sh
+++ b/imager/config-hooks-neon-ko/repo.sh
@@ -36,6 +36,9 @@ else
   chmod 644 chroot/etc/apt/keyrings/neon-archive-keyring.asc || true
   chmod 644 chroot/etc/apt/keyrings/neon-archive-keyring.gpg || true
 
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
   # use a signed neon.list until we work out how to enable neon.sources in livecd-rootfs
   cat <<EOF >config/archives/neon.list
 deb [signed-by=/etc/apt/keyrings/neon-archive-keyring.asc] http://archive.neon.kde.org/${NEONARCHIVE} $SUITE main
diff --git a/imager/config-hooks-neon-mobile/repo.sh b/imager/config-hooks-neon-mobile/repo.sh
index 17fa0fd..f69c3b4 100644
--- a/imager/config-hooks-neon-mobile/repo.sh
+++ b/imager/config-hooks-neon-mobile/repo.sh
@@ -45,6 +45,9 @@ EOF
   # add a nice depreciation message when we actually have depreciated the above hack
   #echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
 
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
   # add our spiffy new deb822 .sources config
   cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon $SUITE ${NEONARCHIVE}
diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 17fa0fd..4eec932 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -44,6 +44,9 @@ EOF
 
   # add a nice depreciation message when we actually have depreciated the above hack
   #echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
+  if [ "$ARCH" = "amd64" ]; then
+      ARCH="amd64 i386"
+  fi
 
   # add our spiffy new deb822 .sources config
   cat > config/archives/neon.sources << EOF


More information about the Neon-commits mailing list