From 5963b9f94fe759eb735da7dae73d6b9be09c6ed9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 13 Dec 2015 17:51:55 +0100 Subject: reproducible fedora rpms: fix mock setup --- hosts/jenkins/etc/mock/fedora-23-x86_64.cfg | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'hosts/jenkins/etc/mock/fedora-23-x86_64.cfg') diff --git a/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg b/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg index aa78fa58..d384ec91 100644 --- a/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg +++ b/hosts/jenkins/etc/mock/fedora-23-x86_64.cfg @@ -25,41 +25,20 @@ metadata_expire=0 [fedora] name=fedora -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +baseurl=http://ftp.informatik.uni-frankfurt.de/fedora/releases/23/Everything/x86_64/os/ failovermethod=priority #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 +#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch +baseurl=http://ftp.informatik.uni-frankfurt.de/fedora/updates/23/x86_64/ failovermethod=priority #gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-23-primary #gpgcheck=1 -[updates-testing] -name=updates-testing -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch -failovermethod=priority -enabled=0 - -[fedora-debuginfo] -name=fedora-debuginfo -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-23&arch=$basearch -failovermethod=priority -enabled=0 - -[updates-debuginfo] -name=updates-debuginfo -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch -failovermethod=priority -enabled=0 - -[updates-testing-debuginfo] -name=updates-testing-debuginfo -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch -failovermethod=priority -enabled=0 [reproducible-builds] name=reproducible-builds -- cgit v1.2.3-54-g00ecf