diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-11 21:17:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 21:17:51 +0100 |
commit | c994845677083a75d2200547ae61357670eb2b3d (patch) | |
tree | e4934c9de277097c24fc7af5aaa63eb937b5fae4 /hosts/profitbricks-build3-amd64/etc | |
parent | 2ffaa7660086aa52a7ade10d1977bfca0b3b2ff6 (diff) | |
download | jenkins.debian.net-c994845677083a75d2200547ae61357670eb2b3d.tar.xz |
reproducible fedora rpms: temporarily disable gpg verification of packages
Diffstat (limited to 'hosts/profitbricks-build3-amd64/etc')
-rw-r--r-- | hosts/profitbricks-build3-amd64/etc/mock/fedora-23-x86_64.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/profitbricks-build3-amd64/etc/mock/fedora-23-x86_64.cfg b/hosts/profitbricks-build3-amd64/etc/mock/fedora-23-x86_64.cfg index 2933415f..aa78fa58 100644 --- a/hosts/profitbricks-build3-amd64/etc/mock/fedora-23-x86_64.cfg +++ b/hosts/profitbricks-build3-amd64/etc/mock/fedora-23-x86_64.cfg @@ -27,15 +27,15 @@ metadata_expire=0 name=fedora mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch failovermethod=priority -gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-23-primary -gpgcheck=1 +#gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-23-primary +#gpgcheck=1 [updates] name=updates mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch failovermethod=priority -gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-23-primary -gpgcheck=1 +#gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-23-primary +#gpgcheck=1 [updates-testing] name=updates-testing |