summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build3-amd64
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 19:22:20 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 19:22:20 +0100
commita09b074e787108a5b7624c1ab219d2127095d856 (patch)
tree357c304ab4a9d0b176e28fa9c7edea1ba38add07 /hosts/profitbricks-build3-amd64
parent36aa4358bacd8dd39ea771e14baa489993a4383f (diff)
downloadjenkins.debian.net-a09b074e787108a5b7624c1ab219d2127095d856.tar.xz
remove accidently commited file
Diffstat (limited to 'hosts/profitbricks-build3-amd64')
-rw-r--r--hosts/profitbricks-build3-amd64/etc/fedora-23-x86_64.cfg61
1 files changed, 0 insertions, 61 deletions
diff --git a/hosts/profitbricks-build3-amd64/etc/fedora-23-x86_64.cfg b/hosts/profitbricks-build3-amd64/etc/fedora-23-x86_64.cfg
deleted file mode 100644
index c05a8452..00000000
--- a/hosts/profitbricks-build3-amd64/etc/fedora-23-x86_64.cfg
+++ /dev/null
@@ -1,61 +0,0 @@
-config_opts['root'] = 'fedora-23-x86_64'
-config_opts['target_arch'] = 'x86_64'
-config_opts['legal_host_arches'] = ('x86_64',)
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc23' # only useful for --resultdir variable subst
-
-config_opts['yum.conf'] = """
-[main]
-cachedir=/var/cache/yum
-debuglevel=1
-reposdir=/dev/null
-logfile=/var/log/yum.log
-retries=20
-obsoletes=1
-gpgcheck=0
-assumeyes=1
-syslog_ident=mock
-syslog_device=
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-23&arch=x86_64
-failovermethod=priority
-
-[updates]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f23&arch=x86_64
-failovermethod=priority
-
-[updates-testing]
-name=updates-testing
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f23&arch=x86_64
-failovermethod=priority
-enabled=0
-
-[local]
-name=local
-baseurl=http://kojipkgs.fedoraproject.org/repos/f23-build/latest/x86_64/
-cost=2000
-enabled=0
-
-[fedora-debuginfo]
-name=fedora-debuginfo
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-23&arch=x86_64
-failovermethod=priority
-enabled=0
-
-[updates-debuginfo]
-name=updates-debuginfo
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f23&arch=x86_64
-failovermethod=priority
-enabled=0
-
-[updates-testing-debuginfo]
-name=updates-testing-debuginfo
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f23&arch=x86_64
-failovermethod=priority
-enabled=0
-"""