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 16648ce242
commit 3eff2c496f
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -14,7 +14,6 @@ for module in $GLUON_MODULES; do
mkdir -p "$GLUONDIR"/$module mkdir -p "$GLUONDIR"/$module
cd "$GLUONDIR"/$module cd "$GLUONDIR"/$module
git init git init
git config commit.gpgsign false
if ! git branch -f base $commit 2>/dev/null; then if ! git branch -f base $commit 2>/dev/null; then
git fetch $repo $branch git fetch $repo $branch