summaryrefslogtreecommitdiff
path: root/utils/gen_fast_metamanifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gen_fast_metamanifest.py')
-rwxr-xr-xutils/gen_fast_metamanifest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py
index 0d6922d..c5353d4 100755
--- a/utils/gen_fast_metamanifest.py
+++ b/utils/gen_fast_metamanifest.py
@@ -1,11 +1,10 @@
#!/usr/bin/env python
# Ultra-optimized Meta-Manifest writing.
-# (c) 2017-2022 Michał Górny
+# (c) 2017-2023 Michał Górny
# Licensed under the terms of 2-clause BSD license
import datetime
import glob
-import io
import multiprocessing
import os
import os.path
@@ -70,7 +69,6 @@ def make_toplevel(d, ts, pgp_key):
data = me + b'\n' + ts
if pgp_key is not None:
- cmd = []
gpg = os.environ.get('GNUPG', 'gpg')
p = subprocess.Popen([gpg, '--batch', '-u', pgp_key,
'--armor', '--clearsign'],