Sign modules.list
This commit is contained in:
parent
ce6d9bdcd7
commit
5a456c22ac
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class WeboobRepos(ReplApplication):
|
||||||
r.build_index(source_path, index_file)
|
r.build_index(source_path, index_file)
|
||||||
|
|
||||||
if r.signed:
|
if r.signed:
|
||||||
sigfiles = [r.KEYRING]
|
sigfiles = [r.KEYRING, Repository.INDEX]
|
||||||
gpg = self._find_gpg()
|
gpg = self._find_gpg()
|
||||||
if not gpg:
|
if not gpg:
|
||||||
raise Exception('Unable to find the gpg executable.')
|
raise Exception('Unable to find the gpg executable.')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue