[Cryptech-Commits] [releng/alpha] branch python3 updated: Typo in updated build script

git at cryptech.is git at cryptech.is
Sun Jun 21 19:48:43 UTC 2020


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch python3
in repository releng/alpha.

The following commit(s) were added to refs/heads/python3 by this push:
     new 3732925  Typo in updated build script
3732925 is described below

commit 37329250395aa3ac724fca99bbd2de01efea10e1
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Jun 21 15:48:28 2020 -0400

    Typo in updated build script
---
 scripts/build-firmware-package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-firmware-package.py b/scripts/build-firmware-package.py
index 55e77a7..9a58970 100755
--- a/scripts/build-firmware-package.py
+++ b/scripts/build-firmware-package.py
@@ -31,7 +31,7 @@ with tempfile.NamedTemporaryFile() as f:
     if use_gpg:
         gpg = subprocess.Popen(("gpg", "--clearsign", "--personal-digest-preferences", "SHA256", "--no-permission-warning"),
                                stdin = subprocess.PIPE, stdout = f)
-        jf = gnupg.stdin
+        jf = gpg.stdin
     else:
         jf = f
     json.dump(dict(head = head, time = time, commits = commits, sha256  = sha256), jf, indent = 2)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list