[Calypso-commits] [calypso] 01/01: tests: Make sure we have a proper git config

Guido Guenther agx at moszumanska.debian.org
Sat Dec 2 13:31:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian
in repository calypso.

commit 8682f796ea9f506733d487d0802cc867b917461d
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Apr 17 13:00:11 2016 +0200

    tests: Make sure we have a proper git config
---
 debian/tests/caldav | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/tests/caldav b/debian/tests/caldav
index 1623e1b..61e7103 100755
--- a/debian/tests/caldav
+++ b/debian/tests/caldav
@@ -39,6 +39,9 @@ for d in $CALENDARS; do
 done
 
 # config
+git config --global user.email "calypso at example.com"
+git config --global user.name "Cal Ypso"
+
 export CALYPSO_CONFIG=$WORKDIR/config
 cat > $CALYPSO_CONFIG <<EOF
 [server]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/calypso/calypso.git



More information about the Calypso-commits mailing list