mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Add el8 for gitlab-ce
This commit is contained in:
parent
47f8d4f0f7
commit
9321d0bce1
|
|
@ -43,6 +43,15 @@ gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgkey=https://packages.gitlab.com/gpg.key
|
gpgkey=https://packages.gitlab.com/gpg.key
|
||||||
sslverify=0
|
sslverify=0
|
||||||
|
|
||||||
|
[el8]
|
||||||
|
name=el8
|
||||||
|
baseurl=${UPSTREAM}/el/8/x86_64
|
||||||
|
repo_gpgcheck=0
|
||||||
|
gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=https://packages.gitlab.com/gpg.key
|
||||||
|
sslverify=0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ -z ${DRY_RUN:-} ]]; then
|
if [[ -z ${DRY_RUN:-} ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue