committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -29,23 +29,39 @@ module_platform_id=platform:el8
|
||||
|
||||
[baseos-all]
|
||||
name=EuroLinux 8 BaseOS All
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-BaseOS/all
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-BaseOS/all/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/eurolinux/RPM-GPG-KEY-eurolinux8
|
||||
|
||||
[appstream-all]
|
||||
name=EuroLinux 8 AppStream All
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-AppStream/all
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-AppStream/all/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/eurolinux/RPM-GPG-KEY-eurolinux8
|
||||
|
||||
[powertools-all]
|
||||
name=EuroLinux 8 PowerTools All
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-PowerTools/all
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-PowerTools/all/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/eurolinux/RPM-GPG-KEY-eurolinux8
|
||||
|
||||
# There is no HA and RS for i686 or aarch64
|
||||
{% if target_arch == 'x86_64' %}
|
||||
[ha-all]
|
||||
name=EuroLinux 8 HighAvailability All
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-HighAvailability/all/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/eurolinux/RPM-GPG-KEY-eurolinux8
|
||||
|
||||
[rs-all]
|
||||
name=EuroLinux 8 PowerTools All
|
||||
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-ResilientStorage/all/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/eurolinux/RPM-GPG-KEY-eurolinux8
|
||||
{% endif %}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user