The 'make_key' script returns rc 1 on both failure and success, so work
around by ignoring exit code from that script.

---
 sign-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sign-build b/sign-build
index f4c809e2..068677c6 100755
--- a/sign-build
+++ b/sign-build
@@ -71,7 +71,7 @@ generate_keys () {
 
     mkdir $KEY_DIR
     for x in releasekey platform shared media; do \
-        ./development/tools/make_key $KEY_DIR/$x "$SUBJECT"; \
+        ./development/tools/make_key $KEY_DIR/$x "$SUBJECT" || true; \
     done
 }
 
-- 
2.11.0

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Replicant mailing list
Replicant@lists.osuosl.org
http://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to