r16318 - gnucash/branches/2.2/packaging/win32 - Install.sh: Compile branches/2.2 instead of trunk.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Jul 16 16:01:18 EDT 2007


Author: andi5
Date: 2007-07-16 16:01:16 -0400 (Mon, 16 Jul 2007)
New Revision: 16318
Trac: http://svn.gnucash.org/trac/changeset/16318

Modified:
   gnucash/branches/2.2/packaging/win32/defaults.sh
Log:
Install.sh: Compile branches/2.2 instead of trunk.


Modified: gnucash/branches/2.2/packaging/win32/defaults.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/defaults.sh	2007-07-16 01:51:35 UTC (rev 16317)
+++ gnucash/branches/2.2/packaging/win32/defaults.sh	2007-07-16 20:01:16 UTC (rev 16318)
@@ -18,7 +18,7 @@
 #
 # Here is an example custom.sh file:
 #
-# REPOS_URL="svn+ssh://<dev>@svn.gnucash.org/repo/gnucash/trunk"
+# REPOS_URL="svn+ssh://<dev>@svn.gnucash.org/repo/gnucash/branches/2.2"
 # SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
 # DISABLE_OPTIMIZATIONS=yes
 # AQBANKING_WITH_QT=no
@@ -58,7 +58,7 @@
     # change this to "no" if you are using install.sh from the same repository checkout
     set_default UPDATE_SOURCES yes
     set_default GNUCASH_DIR $GLOBAL_DIR\\gnucash
-    set_default REPOS_URL "http://svn.gnucash.org/repo/gnucash/trunk"
+    set_default REPOS_URL "http://svn.gnucash.org/repo/gnucash/branches/2.2"
     set_default REPOS_DIR $GNUCASH_DIR\\repos
     # keep this pointing from BUILD_DIR to REPOS_DIR
     set_default REL_REPOS_DIR ..\\repos



More information about the gnucash-changes mailing list