aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-27 11:13:44 +0200
committerLoïc Hoguin <[email protected]>2017-04-27 11:13:44 +0200
commita92e55ed7e16efd96488f6543f8f25f123e6f89e (patch)
treee943f086399b41ec9b6a4e2f1269e16eecc928eb /test/core_deps.mk
parent159da31510207da47f2472ca25c31015d1c09fd3 (diff)
downloaderlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.tar.gz
erlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.tar.bz2
erlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.zip
Use --gpg-no-sign in commits in tests
Diffstat (limited to 'test/core_deps.mk')
-rw-r--r--test/core_deps.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index c32eca6..bb9d189 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -985,7 +985,7 @@ core-deps-fetch-git-submodule: build clean
git config user.email "[email protected]" && \
git config user.name "test suite" && \
git add . && \
- git commit -q -m "Tests"
+ git commit -q --no-gpg-sign -m "Tests"
$i "Add the submodule to my_dep"
$t mkdir $(APP)/deps
@@ -995,7 +995,7 @@ core-deps-fetch-git-submodule: build clean
git config user.email "[email protected]" && \
git config user.name "test suite" && \
git add . && \
- git commit -q -m "Tests"
+ git commit -q --no-gpg-sign -m "Tests"
$i "Distclean the application"
$t $(MAKE) -C $(APP) distclean $v
@@ -1168,7 +1168,7 @@ define add_dep_and_subdep
git config user.name "Testsuite" && \
git config user.email "[email protected]" && \
git add . && \
- git commit -q -m "Initial commit")
+ git commit -q --no-gpg-sign -m "Initial commit")
$i "Bootstrap a new OTP library named $(APP)-$(1)dep"
$t mkdir $(APP)-$(1)dep/
@@ -1187,7 +1187,7 @@ define add_dep_and_subdep
git config user.name "Testsuite" && \
git config user.email "[email protected]" && \
git add . && \
- git commit -q -m "Initial commit")
+ git commit -q --no-gpg-sign -m "Initial commit")
endef
core-deps-list-deps: build clean
@@ -1224,7 +1224,7 @@ dep_shelldep = git file://$(abspath $(APP)-shelldep) master\
git config user.name "Testsuite" && \
git config user.email "[email protected]" && \
git add . && \
- git commit -q -m "Initial commit")
+ git commit -q --no-gpg-sign -m "Initial commit")
$i "List application dependencies"
$t $(MAKE) -C $(APP) --no-print-directory list-deps $v