mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fixed for sbo repository
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
330c3d3427
commit
57c53a15c0
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ class UpdateRepositories(Configs): # pylint: disable=[R0902]
|
||||||
"""
|
"""
|
||||||
if self.gpg_verification:
|
if self.gpg_verification:
|
||||||
mirror: str = self.repos.repositories[repo]['mirror_changelog']
|
mirror: str = self.repos.repositories[repo]['mirror_changelog']
|
||||||
|
|
||||||
|
if repo == self.repos.sbo_repo_name:
|
||||||
|
mirror: str = 'https://www.slackbuilds.org/'
|
||||||
|
|
||||||
gpg_key: str = f'{mirror}GPG-KEY'
|
gpg_key: str = f'{mirror}GPG-KEY'
|
||||||
gpg_command: str = 'gpg --fetch-key'
|
gpg_command: str = 'gpg --fetch-key'
|
||||||
process: str = ''
|
process: str = ''
|
||||||
|
|
Loading…
Reference in a new issue