Explorar o código

scripts/patch: never GPG-sign automated commits, regardless of the default configuration

Matthias Schiffer %!s(int64=8) %!d(string=hai) anos
pai
achega
efc004abf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/patch.sh

+ 1 - 1
scripts/patch.sh

@@ -12,7 +12,7 @@ for module in $GLUON_MODULES; do
 	git checkout -B patching base
 
 	for patch in "$GLUONDIR"/patches/$module/*.patch; do
-		if ! git -c user.name='Gluon Patch Manager' -c user.email='gluon@void.example.com' am --whitespace=nowarn --committer-date-is-author-date "$patch"; then
+		if ! git -c user.name='Gluon Patch Manager' -c user.email='gluon@void.example.com' -c commit.gpgsign=false am --whitespace=nowarn --committer-date-is-author-date "$patch"; then
 			git am --abort
 			git checkout patched
 			git branch -D patching