Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2af5d0d998 |
@@ -1,2 +1 @@
|
||||
docker
|
||||
incus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[unkin]
|
||||
name=unkin repository
|
||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el8
|
||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el8
|
||||
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# only available on EL8
|
||||
[unkinben]
|
||||
name=unkinben repository
|
||||
baseurl=https://git.query.consul/api/packages/unkinben/rpm/el8
|
||||
gpgkey=https://git.query.consul/api/packages/unkinben/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkinben/rpm/el8
|
||||
gpgkey=https://git.unkin.net/api/packages/unkinben/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -15,7 +15,7 @@ packages = [
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
docker
|
||||
incus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[unkin]
|
||||
name=unkin repository
|
||||
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalinux/el9
|
||||
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key
|
||||
baseurl=https://git.unkin.net/api/packages/unkin/rpm/almalinux/el9
|
||||
gpgkey=https://git.unkin.net/api/packages/unkin/rpm/repository.key
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
@@ -16,7 +16,7 @@ packages = [
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"rm -f /etc/yum.repos.d/*.repo",
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.query.consul/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
"curl -k -o internal-ca-certificates.rpm https://git.unkin.net/unkin/-/packages/rpm/internal-ca-certificates/20240825-1.el8/files/756 && rpm -i internal-ca-certificates.rpm"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
|
||||
Reference in New Issue
Block a user