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 committed by Christof Schulze
parent bfc5bc72a5
commit 8097c06342

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