소스 검색

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

Matthias Schiffer 7 년 전
부모
커밋
b2473f05cb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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