Skip to content

Commit

Permalink
Enable backports and sle subrepos for opensuse
Browse files Browse the repository at this point in the history
Fixes #1259 and was suggested there.
  • Loading branch information
AMDmi3 committed Nov 22, 2023
1 parent b5629f0 commit c68343d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion repos.d/rpm/opensuse/opensuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,20 @@
class: RepodataParser
vertags: [lp,bp]
subrepo: updates/non-oss
# XXX: add backports and sle subrepos as long as these are enabled by default
- name: backports-update
fetcher:
class: RepodataFetcher
url: http://download.opensuse.org/update/leap/15.3/backports/
parser:
class: RepodataParser
subrepo: updates/backports
- name: sle-update
fetcher:
class: RepodataFetcher
url: http://download.opensuse.org/update/leap/15.3/sle/
parser:
class: RepodataParser
subrepo: updates/sle
repolinks:
- desc: openSUSE home
url: https://www.opensuse.org/
Expand Down

0 comments on commit c68343d

Please sign in to comment.