From a92e55ed7e16efd96488f6543f8f25f123e6f89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Apr 2017 11:13:44 +0200 Subject: Use --gpg-no-sign in commits in tests --- test/core_plugins.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/core_plugins.mk') diff --git a/test/core_plugins.mk b/test/core_plugins.mk index 7cada8e..c58b063 100644 --- a/test/core_plugins.mk +++ b/test/core_plugins.mk @@ -28,7 +28,7 @@ core-plugins-all: build clean git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ git add . && \ - git commit -q -m "Tests" + git commit -q --no-gpg-sign -m "Tests" $i "Add dependency and plugins to the Makefile" $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep\n"}' $(APP)/Makefile @@ -60,7 +60,7 @@ core-plugins-one: build clean git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ git add . && \ - git commit -q -m "Tests" + git commit -q --no-gpg-sign -m "Tests" $i "Add dependency and plugins to the Makefile" $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep/mk/plugin1.mk\n"}' $(APP)/Makefile @@ -89,7 +89,7 @@ core-plugins-templates: build clean git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ git add . && \ - git commit -q -m "Tests" + git commit -q --no-gpg-sign -m "Tests" $i "Add dependency and plugins to the Makefile" $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep\n"}' $(APP)/Makefile -- cgit v1.2.3