From Fedora Project Wiki
Spins repo directives
Where are they
There are repo directives in the following files:
- fedora-repo.ks
- This is included by spins (often indirectly).
- fedora-install-fedora
- This one uses different repos than normal spins and can't include fedora-repo.ks.
What should they contain
They should contain the following repo commands with either the rawhide repo command or both of the fedora and updates repo commands commented out (using a leading #
). The updates-testing repo command should always be commented out.
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
When to change which repo(s) is used
The repo commands should be changed when the master branch is branched.