From 682d46c59f198657ec157634cf80afb8ac3e97a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 30 Apr 2024 18:04:11 +0200 Subject: [PATCH] c10s.repo: Skip GPG checks for now --- c10s.repo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c10s.repo b/c10s.repo index 58ee3f0f..d442b300 100644 --- a/c10s.repo +++ b/c10s.repo @@ -1,7 +1,7 @@ [baseos10] name=CentOS Stream 10 - BaseOS baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/$basearch/os -gpgcheck=1 +gpgcheck=0 repo_gpgcheck=0 enabled=1 gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official @@ -9,7 +9,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia [appstream10] name=CentOS Stream 10 - AppStream baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/AppStream/$basearch/os -gpgcheck=1 +gpgcheck=0 repo_gpgcheck=0 enabled=1 gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official @@ -25,7 +25,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia [nfv10] name=CentOS Stream 10 - NFV baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/NFV/$basearch/os -gpgcheck=1 +gpgcheck=0 repo_gpgcheck=0 enabled=1 gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official @@ -33,7 +33,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia [rt10] name=CentOS Stream 10 - RT baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/RT/$basearch/os -gpgcheck=1 +gpgcheck=0 repo_gpgcheck=0 enabled=1 gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official