Rawhide is now f41
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
f22a3b232c
commit
635af64938
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
'''
|
||||
Usage: ./comps-sync.py /path/to/comps-f39.xml.in
|
||||
Usage: ./comps-sync.py /path/to/comps-f41.xml.in
|
||||
|
||||
Can both remove packages from the manifest which are not mentioned in comps,
|
||||
and add packages from comps.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[fedora-40-updates]
|
||||
name=Fedora 40 $basearch Updates
|
||||
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f40&arch=$basearch
|
||||
[fedora-41-updates]
|
||||
name=Fedora 41 $basearch Updates
|
||||
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
metadata_expire=1d
|
|
@ -1,6 +1,6 @@
|
|||
[fedora-40]
|
||||
name=Fedora 40 $basearch
|
||||
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-40&arch=$basearch
|
||||
[fedora-41]
|
||||
name=Fedora 41 $basearch
|
||||
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-41&arch=$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
metadata_expire=1d
|
Loading…
Reference in a new issue