committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-10-17 20:20:05 +03:00
parent 7afa06f3ca
commit 52f7bcd54d
19 changed files with 298 additions and 18 deletions

View File

@@ -73,14 +73,12 @@ gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
skip_if_unavailable=False
{% if koji_primary_repo != None and koji_primary_repo != "epel" %}
[local-epel]
{% else %}
{% if koji_primary_repo == "epel" %}
[local]
{% endif %}
name=Extra Packages for Enterprise Linux $releasever - Koji Local - BUILDROOT ONLY!
baseurl=https://kojipkgs.fedoraproject.org/repos/epel$releasever-build/latest/$basearch/
cost=2000
enabled=0
skip_if_unavailable=False
{% endif %}
"""