Skip to content

Commit 6432d2e

Browse files
authored
Merge pull request #31 from xcp-ng/linstor
Add linstor repo to xcp-ng.repo
2 parents 3d40c9c + 3af0c19 commit 6432d2e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

files/xcp-ng.repo.8.x.in

+46
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,34 @@ repo_gpgcheck=1
5252
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
5353
priority=1
5454

55+
56+
[xcp-ng-lab]
57+
name=XCP-ng Lab Source Repository
58+
baseurl=http://mirrors.xcp-ng.org/8/@XCP_NG_BRANCH@/lab/x86_64/
59+
enabled=0
60+
gpgcheck=1
61+
repo_gpgcheck=1
62+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
63+
priority=1
64+
65+
[xcp-ng-linstor]
66+
name=XCP-ng LINSTOR Repository
67+
baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor/x86_64/
68+
enabled=0
69+
gpgcheck=1
70+
repo_gpgcheck=1
71+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
72+
priority=1
73+
74+
[xcp-ng-linstor-testing]
75+
name=XCP-ng LINSTOR Testing Repository
76+
baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor-testing/x86_64/
77+
enabled=0
78+
gpgcheck=1
79+
repo_gpgcheck=1
80+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
81+
priority=1
82+
5583
# Source repositories
5684

5785
[xcp-ng-base-src]
@@ -116,3 +144,21 @@ gpgcheck=1
116144
repo_gpgcheck=1
117145
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
118146
priority=1
147+
148+
[xcp-ng-linstor-src]
149+
name=XCP-ng LINSTOR Repository
150+
baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor/Source/
151+
enabled=0
152+
gpgcheck=1
153+
repo_gpgcheck=1
154+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
155+
priority=1
156+
157+
[xcp-ng-linstor-testing-src]
158+
name=XCP-ng LINSTOR Testing Repository
159+
baseurl=https://repo.vates.tech/xcp-ng/8/@XCP_NG_BRANCH@/linstor-testing/Source/
160+
enabled=0
161+
gpgcheck=1
162+
repo_gpgcheck=1
163+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
164+
priority=1

0 commit comments

Comments
 (0)