scripts/update.sh: don't disable commit signing for modules

This commit is contained in:
Matthias Schiffer 2016-08-27 21:31:54 +02:00
parent 94c993cfe2
commit b2473f05cb
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 0 additions and 1 deletions

View File

@ -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