aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-12-18 22:01:22 +0100
committerPapoteur <papoteur@mageia.org>2020-12-18 22:01:22 +0100
commit0481230a0c998c553845354d2407232b46649741 (patch)
treed4453ae226eb57526b04bc30b0c1f511bc4473e3 /backend
parent7461a5f3ba5ceec4a15625c57dd46c68c4c11dbe (diff)
downloadisodumper-0481230a0c998c553845354d2407232b46649741.tar
isodumper-0481230a0c998c553845354d2407232b46649741.tar.gz
isodumper-0481230a0c998c553845354d2407232b46649741.tar.bz2
isodumper-0481230a0c998c553845354d2407232b46649741.tar.xz
isodumper-0481230a0c998c553845354d2407232b46649741.zip
Finalize previous changes
Diffstat (limited to 'backend')
-rwxr-xr-xbackend/raw_write.py2
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)