[neon/infrastructure/pangea-data] imager/build-hooks-neon-arm64: no isolinux on arm64

Carlos De Maine null at kde.org
Tue Feb 6 03:32:33 GMT 2024


Git commit 93aa4b11227e81118aedd1ac8f09ee6e52e11229 by Carlos De Maine.
Committed on 06/02/2024 at 03:32.
Pushed by carlosdem into branch 'master'.

no isolinux on arm64

M  +4    -3    imager/build-hooks-neon-arm64/999-md5sum.binary

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/93aa4b11227e81118aedd1ac8f09ee6e52e11229

diff --git a/imager/build-hooks-neon-arm64/999-md5sum.binary b/imager/build-hooks-neon-arm64/999-md5sum.binary
index 523e979..d2b4ecc 100644
--- a/imager/build-hooks-neon-arm64/999-md5sum.binary
+++ b/imager/build-hooks-neon-arm64/999-md5sum.binary
@@ -14,6 +14,7 @@ echo "Generating md5sum.txt"
 #   (I think) livecd-rootfs. Should that change we would want to not have this
 #   filter anymore.
 
-cd binary
-find . -type f ! -name "md5sum.txt" ! -name 'isolinux.bin' | xargs md5sum >> md5sum.txt
-cd ..
+#arm64 doesn't use isolinux
+#cd binary
+#find . -type f ! -name "md5sum.txt" ! -name 'isolinux.bin' | xargs md5sum >> md5sum.txt
+#cd ..


More information about the Neon-commits mailing list