Skip to content

Commit

Permalink
Increase prio from 90 to 70 for packman/openh264 repos
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
asdil12 committed Jun 7, 2024
1 parent 8927889 commit 2713aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def add_packman_repo(dup=False):
url = f'{mirror}/suse/{project}/',
gpgkey = f'https://ftp.fau.de/packman/suse/{project}/repodata/repomd.xml.key', # always fetch gpgkey from FAU server
auto_refresh = config.get_key_from_config('new_repo_auto_refresh'),
priority = 90
priority = 70
)

if dup:
Expand All @@ -163,7 +163,7 @@ def add_openh264_repo(dup=False):
url = url,
gpgkey = f"{url.replace('http://', 'https://')}repodata/repomd.xml.key",
auto_refresh = config.get_key_from_config('new_repo_auto_refresh'),
priority = 90
priority = 70
)

if dup:
Expand Down

0 comments on commit 2713aaf

Please sign in to comment.