[cig-commits] r22280 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Fri Jun 14 15:09:00 PDT 2013


Author: brad
Date: 2013-06-14 15:09:00 -0700 (Fri, 14 Jun 2013)
New Revision: 22280

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Updated svn settings for v1.9.0.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2013-06-14 22:06:47 UTC (rev 22279)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2013-06-14 22:09:00 UTC (rev 22280)
@@ -292,8 +292,8 @@
         [use PyLith from SVN repository (trunk, stable, BRANCH) @<:@default=no@:>@])],
 	[pylith_svn=$withval],
 	[pylith_svn=no])
-if test "$pylith_svn" = yes ; then pylith_svn="trunk"; fi
-if test "$pylith_svn" = stable ; then pylith_svn="branches/v2.0-stable"; fi
+if test "$pylith_svn" = yes ; then pylith_svn="branches/v1.7-trunk"; fi
+if test "$pylith_svn" = stable ; then pylith_svn="branches/v1.9-stable"; fi
 AC_SUBST(pylith_svn)
 AM_CONDITIONAL([USE_PYLITH_SVN], [test "$pylith_svn" != no])
 



More information about the CIG-COMMITS mailing list