[neon/infrastructure/pangea-data] imager/config-hooks-neon-ko: let's see if the defaults are good enough

Carlos De Maine null at kde.org
Tue Aug 6 18:56:00 BST 2024


Git commit 9697d1ac4072e258622be266e3de08509bf58b93 by Carlos De Maine.
Committed on 06/08/2024 at 17:55.
Pushed by carlosdem into branch 'master'.

let's see if the defaults are good enough

M  +5    -5    imager/config-hooks-neon-ko/99-preinstalled-pool.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/9697d1ac4072e258622be266e3de08509bf58b93

diff --git a/imager/config-hooks-neon-ko/99-preinstalled-pool.sh b/imager/config-hooks-neon-ko/99-preinstalled-pool.sh
index 1277eb0..b160970 100644
--- a/imager/config-hooks-neon-ko/99-preinstalled-pool.sh
+++ b/imager/config-hooks-neon-ko/99-preinstalled-pool.sh
@@ -3,11 +3,11 @@ mkdir -vp config/indices
 
 # Make sure we use a suitably strong digest algorithm. SHA1 is deprecated and
 # makes apt angry.
-cat > config/gnupg/gpg.conf <<EOF
-personal-digest-preferences SHA512
-cert-digest-algo SHA512
-default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
-EOF
+#cat > config/gnupg/gpg.conf <<EOF
+#personal-digest-preferences SHA512
+#cert-digest-algo SHA512
+#default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
+#EOF
 
 for component in $COMPONENTS; do
    (cd config/indices && \


More information about the Neon-commits mailing list