From 134e4ad2888312df871cf923b581d6ba6777250e Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 1 Jun 2009 04:29:30 +0000 Subject: [PATCH] Upload the daily builds git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18098 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/daily_build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/win32/daily_build.sh b/packaging/win32/daily_build.sh index 1082fb5c5b..43e03b4a6d 100755 --- a/packaging/win32/daily_build.sh +++ b/packaging/win32/daily_build.sh @@ -38,3 +38,8 @@ SVN_REV=`grep GNUCASH_SVN_REV ${_BUILD_UDIR}/src/gnome-utils/gnc-svninfo.h | cut 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@code.gnucash.org:public_html/win32/trunk +fi