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

git at cryptech.is git at cryptech.is
Sun Jun 21 19:58:49 UTC 2020


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

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

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

commit 558bf7cae463caa1dcda176a12d0794f9a5a36ac
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