Skip to content

Commit 727b480

Browse files
yselkowitzpraiskup
authored andcommitted
configs: add Extensions repos to ELN
Also, fix use of arch=source in some source repos. fedora-eln/eln#594
1 parent 6f5a392 commit 727b480

2 files changed

Lines changed: 42 additions & 2 deletions

File tree

mock-core-configs/etc/mock/templates/fedora-eln.tpl

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,45 @@ skip_if_unavailable=False
151151
152152
153153
154+
[eln-extensions]
155+
name=Fedora - ELN Extensions - Developmental packages for the next Enterprise Linux release
156+
#baseurl=https://dl.fedoraproject.org/pub/eln/1/Extensions/$basearch/os/
157+
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-extensions-1&arch=$basearch
158+
enabled=0
159+
countme=1
160+
metadata_expire=6h
161+
repo_gpgcheck=0
162+
type=rpm
163+
gpgcheck=1
164+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
165+
skip_if_unavailable=False
166+
167+
[eln-extensions-debuginfo]
168+
name=Fedora - ELN Extensions - Debug
169+
#baseurl=https://dl.fedoraproject.org/pub/eln/1/Extensions/$basearch/debug/tree
170+
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-extensions-debug-1&arch=$basearch
171+
enabled=0
172+
metadata_expire=6h
173+
repo_gpgcheck=0
174+
type=rpm
175+
gpgcheck=1
176+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
177+
skip_if_unavailable=False
178+
179+
[eln-extensions-source]
180+
name=Fedora - ELN Extensions - Source
181+
#baseurl=https://dl.fedoraproject.org/pub/eln/1/Extensions/source/tree/
182+
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-extensions-source-1&arch=source
183+
enabled=0
184+
metadata_expire=6h
185+
repo_gpgcheck=0
186+
type=rpm
187+
gpgcheck=1
188+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
189+
skip_if_unavailable=False
190+
191+
192+
154193
[eln-extras]
155194
name=Fedora - ELN Extras - Developmental packages for the next Enterprise Linux release
156195
#baseurl=https://dl.fedoraproject.org/pub/eln/1/Extras/$basearch/os/
@@ -179,7 +218,7 @@ skip_if_unavailable=False
179218
[eln-extras-source]
180219
name=Fedora - ELN Extras - Source
181220
#baseurl=https://dl.fedoraproject.org/pub/eln/1/Extras/source/tree/
182-
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-extras-source-1&arch=$basearch
221+
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-extras-source-1&arch=source
183222
enabled=0
184223
metadata_expire=6h
185224
repo_gpgcheck=0
@@ -335,7 +374,7 @@ skip_if_unavailable=False
335374
[eln-sap-source]
336375
name=Fedora - ELN SAP - Source
337376
#baseurl=https://dl.fedoraproject.org/pub/eln/1/SAP/source/tree/
338-
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-sap-source-1&arch=$basearch
377+
metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-sap-source-1&arch=source
339378
enabled=0
340379
metadata_expire=6h
341380
repo_gpgcheck=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Extensions repo has been added to the Fedora ELN config, disabled by default.

0 commit comments

Comments
 (0)