[Python-modules-commits] r31781 - in packages/python-gitdb/trunk/debian (rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Fri Feb 6 03:08:06 UTC 2015


    Date: Friday, February 6, 2015 @ 03:08:05
  Author: yoh
Revision: 31781

bloody git calls my name

Modified:
  packages/python-gitdb/trunk/debian/rules

Modified: packages/python-gitdb/trunk/debian/rules
===================================================================
--- packages/python-gitdb/trunk/debian/rules	2015-02-06 03:07:54 UTC (rev 31780)
+++ packages/python-gitdb/trunk/debian/rules	2015-02-06 03:08:05 UTC (rev 31781)
@@ -14,6 +14,10 @@
 
 override_dh_auto_test:
 	mkdir TESTGITDB
-	cd TESTGITDB; git init; for c in 1 2 3; do echo $$c >| 1; git add 1; git commit -m "commit $$c"; done
+	cd TESTGITDB; \
+     git init; \
+     git config user.name "TESTING"; \
+     git config user.email "TESTING at example.com"; \
+     for c in 1 2 3; do echo $$c >| 1; git add 1; git commit -m "commit $$c"; done
 	GITDB_TEST_GIT_REPO_BASE=$(CURDIR)/TESTGITDB/.git nosetests -s -v gitdb/test || echo "Tests failed but continuing..."
 	rm -rf TESTGITDB




More information about the Python-modules-commits mailing list