diff options
Diffstat (limited to 'backend/raw_write.py')
-rwxr-xr-x | backend/raw_write.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/raw_write.py b/backend/raw_write.py index 1c1e216..154b2ad 100755 --- a/backend/raw_write.py +++ b/backend/raw_write.py @@ -127,12 +127,12 @@ class Dumper(object): def _get_sum(self, source): self.return_state = False - mageia_keyid = "835E41F4EDCA7A90" logging.debug("Starting getting sum") # Check if the sum file has a valid signature gpg = gnupg.GPG() gpg.encoding = 'utf-8' # Use Mageia public key + mageia_keyid = "835E41F4EDCA7A90" self.sum_type = 'sha3' sig_file = "{}.{}.gpg".format(source, self.sum_type) self.source_file = "{}.{}".format(source, self.sum_type) |