diff options
Diffstat (limited to 'hosts/profitbricks-build7-amd64/etc/yum')
3 files changed, 29 insertions, 0 deletions
diff --git a/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora-23-src.repo b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora-23-src.repo new file mode 100644 index 00000000..fb948356 --- /dev/null +++ b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora-23-src.repo @@ -0,0 +1,7 @@ +[fedora-23-src] +name=fedora 23 sources +baseurl=http://ftp.informatik.uni-frankfurt.de/fedora/releases/23/Everything/source/SRPMS +enabled=1 +gpgcheck=0 +#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release + diff --git a/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora.repo b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora.repo new file mode 100644 index 00000000..4c5c6c14 --- /dev/null +++ b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/fedora.repo @@ -0,0 +1,16 @@ +[fedora] +name=fedora +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-23&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 +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f23&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 + diff --git a/hosts/profitbricks-build7-amd64/etc/yum/repos.d/reproducible.repo b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/reproducible.repo new file mode 100644 index 00000000..d9758a16 --- /dev/null +++ b/hosts/profitbricks-build7-amd64/etc/yum/repos.d/reproducible.repo @@ -0,0 +1,6 @@ +[reproducible-builds] +name=reproducible-builds +# dhiru's repository, see https://github.com/kholia/ReproducibleBuilds +# this is the same person: dhiru = kholia = halfie +baseurl=https://fedorapeople.org/~halfie/repository/ +enabled=1 |