summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-04 14:18:50 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-04 14:18:50 -0300
commit660b32b7bb06d80e81ae7da41efde6f80fd073d1 (patch)
tree447cda7a1ce24c52b550e8deff1f12bc9a443f30
parent7e50ae7becc4ee9b89664a8ec4eca4193cc74482 (diff)
Actually resign when signature failed
-rwxr-xr-xlibrerelease2
1 files changed, 0 insertions, 2 deletions
diff --git a/librerelease b/librerelease
index 82a6ab4..3820a12 100755
--- a/librerelease
+++ b/librerelease
@@ -66,8 +66,6 @@ function sign_packages {
if ! gpg --quiet --verify "${package}${SIGEXT}" >/dev/null 2>&1; then
error "Failed! Resigning..."
rm -f "${package}${SIGEXT}"
- else
- continue
fi
fi