aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-04-09 23:45:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-04-09 23:45:17 +0200
commit3518023f33c69b0511235ae13cac1e5be95891e2 (patch)
tree7513cbbb7d34fc946667bc728898fb24d564af80
parentsign-autobuilds: more signature improvements (diff)
downloadmastermirror-scripts-3518023f33c69b0511235ae13cac1e5be95891e2.tar.gz
mastermirror-scripts-3518023f33c69b0511235ae13cac1e5be95891e2.tar.bz2
mastermirror-scripts-3518023f33c69b0511235ae13cac1e5be95891e2.zip
Comment out set -e20220409T214517Z
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xsign-autobuilds.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh
index 5a8bb26..8eacfe5 100755
--- a/sign-autobuilds.sh
+++ b/sign-autobuilds.sh
@@ -21,7 +21,8 @@ VERBOSEP=false
[ -n "$DEBUG" ] && RSYNC_OPTS="${RSYNC_OPTS} -n"
[ -n "$VERBOSE" ] && RSYNC_OPTS="${RSYNC_OPTS} -v"
-set -e
+# needs more debugging
+# set -e
signone() {
f="$1"