r18098 - gnucash/trunk/packaging/win32 - Upload the daily builds

Derek Atkins warlord at code.gnucash.org
Mon Jun 1 00:29:30 EDT 2009


Author: warlord
Date: 2009-06-01 00:29:30 -0400 (Mon, 01 Jun 2009)
New Revision: 18098
Trac: http://svn.gnucash.org/trac/changeset/18098

Modified:
   gnucash/trunk/packaging/win32/daily_build.sh
Log:
Upload the daily builds

Modified: gnucash/trunk/packaging/win32/daily_build.sh
===================================================================
--- gnucash/trunk/packaging/win32/daily_build.sh	2009-05-31 15:56:53 UTC (rev 18097)
+++ gnucash/trunk/packaging/win32/daily_build.sh	2009-06-01 04:29:30 UTC (rev 18098)
@@ -38,3 +38,8 @@
 SETUP_FILENAME="gnucash-${PKG_VERSION}-svn-r${SVN_REV}-setup.exe"
 mv ${_GNUCASH_UDIR}/${SETUP_FILENAME} ${_OUTPUT_DIR}
 
+# If we're running on the build server than upload the files
+# Note: change this target if you're building a different branch
+if [ `hostname` = "gnucash-win32" ]; then
+  scp -p ${LOGFILE} ${_OUTPUT_DIR}/${SETUP_FILENAME} upload at code.gnucash.org:public_html/win32/trunk
+fi



More information about the gnucash-changes mailing list