r23543 - gnucash/trunk/packaging/win32 - Build svn releases with documentation from a matching branch

Geert Janssens gjanssens at code.gnucash.org
Wed Dec 11 12:43:38 EST 2013


Author: gjanssens
Date: 2013-12-11 12:43:37 -0500 (Wed, 11 Dec 2013)
New Revision: 23543
Trac: http://svn.gnucash.org/trac/changeset/23543

Modified:
   gnucash/trunk/packaging/win32/build_tags.sh
Log:
Build svn releases with documentation from a matching branch

This is a quick hack to get the last 2.4 gnucash build
use the 2.4 branch of the documentation.
This should be implemented properly for git as well still,
but may need some more thought.

Modified: gnucash/trunk/packaging/win32/build_tags.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags.sh	2013-12-11 16:57:47 UTC (rev 23542)
+++ gnucash/trunk/packaging/win32/build_tags.sh	2013-12-11 17:43:37 UTC (rev 23543)
@@ -95,6 +95,10 @@
   # to name the log file
   echo -n "REPOS_URL=" >> ${w32pkg}/custom.sh
   echo "${TAG_URL}/${tag}" >> ${w32pkg}/custom.sh
+  
+  # Use the proper branch for the documentation
+  echo -n "DOCS_URL=" >> ${w32pkg}/custom.sh
+  echo "http://svn.gnucash.org/repo/gnucash-docs/${tag_major}.${tag_minor}" >> ${w32pkg}/custom.sh
 
   # BUILD_FROM_TARBALL is special:
   # in install.sh place we check !=yes, in defaults.sh =yes, in dist.sh =no



More information about the gnucash-changes mailing list