parent
553bde3f83
commit
0464c213c8
@ -0,0 +1,30 @@
|
||||
# almalinux-powertools.repo
|
||||
|
||||
[powertools]
|
||||
name=AlmaLinux $releasever - PowerTools
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools
|
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Sources
|
||||
[powertools-source]
|
||||
name=AlmaLinux $releasever - PowerTools Source
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-source
|
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/Source/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Debuginfo
|
||||
[powertools-debuginfo]
|
||||
name=AlmaLinux $releasever - PowerTools debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/PowerTools/debug/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
Loading…
Reference in New Issue