[Jython-checkins] jython (2.5): Fix full-build to use the main hg repo.
frank.wierzbicki
jython-checkins at python.org
Thu Jul 5 20:40:21 CEST 2012
http://hg.python.org/jython/rev/b4a67621c2b6
changeset: 6784:b4a67621c2b6
branch: 2.5
user: Frank Wierzbicki <fwierzbicki at gmail.com>
date: Thu Jul 05 11:40:14 2012 -0700
summary:
Fix full-build to use the main hg repo.
files:
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -385,7 +385,7 @@
<target name="checkout" depends="prepare" if="do.checkout">
<exec executable="hg">
- <arg line="clone http://hg.python.org/jython-releasing/2.5.3 -b 2.5 ${checkout.dir}/${hg.code.dir}"/>
+ <arg line="clone http://hg.python.org/jython -b 2.5 ${checkout.dir}/${hg.code.dir}"/>
</exec>
<svn javahl="${javahl.dir}" >
--
Repository URL: http://hg.python.org/jython
More information about the Jython-checkins
mailing list