Skip to content

Commit

Permalink
Add a fedora-archive repo
Browse files Browse the repository at this point in the history
Certain kola tests on older RHCOS branches rely on EOL fedora
containers to set up and run the test environment. Right now,
the older content can be found on the mirrors, but as part of the
RHCOS pipeline migration effort to the ITUP cluster, we have to
explicitly specify each outbound connection.

Add a `fedora-archive.repo` file to be used in these tests so we can
always download the older content from: https://dl.fedoraproject.org

see: coreos#3123 (comment)
  • Loading branch information
marmijo committed Aug 29, 2024
1 parent f5ea8ce commit 5613014
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fedora-archive.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[fedora-archive]
name=Fedora $releasever - $basearch
baseurl=https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/$releasever/Everything/$basearch/os/
https://dl.fedoraproject.org/pub/archive/fedora-secondary/releases/$releasever/Everything/$basearch/os/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
#metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary
skip_if_unavailable=False

0 comments on commit 5613014

Please sign in to comment.