Explorar el Código

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

Matthias Schiffer hace 7 años
padre
commit
b2473f05cb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/update.sh

+ 0 - 1
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