From 3eff2c496f6f6e0669779ae96ff7dc6e40debc68 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 27 Aug 2016 21:31:54 +0200 Subject: [PATCH] scripts/update.sh: don't disable commit signing for modules --- scripts/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index fcdff3a9..1c750f69 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -14,7 +14,6 @@ for module in $GLUON_MODULES; do mkdir -p "$GLUONDIR"/$module cd "$GLUONDIR"/$module git init - git config commit.gpgsign false if ! git branch -f base $commit 2>/dev/null; then git fetch $repo $branch