[Python-checkins] distutils2: indicate hudson what is the name of the archive

tarek.ziade python-checkins at python.org
Sun Sep 19 17:00:37 CEST 2010


tarek.ziade pushed 94167a2f086d to distutils2:

http://hg.python.org/distutils2/rev/94167a2f086d
changeset:   682:94167a2f086d
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Sun Sep 19 17:00:33 2010 +0200
summary:     indicate hudson what is the name of the archive
files:       tox.ini

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -2,9 +2,9 @@
 #distshare={homedir}/.tox/distshare
 envlist=py24,py25,py26,py26-s,py27
 
-#[tox:hudson]
+[tox:hudson]
 #distshare={toxworkdir}/distshare
-#sdistsrc={distshare}/py-*
+sdistsrc={distshare}/Distutils2-*
 
 [testenv]
 commands=

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list