gnucash-on-windows master: Force update of gnucash-on-windows.git at the beginning of build_package.

John Ralls jralls at code.gnucash.org
Sat Sep 16 07:44:56 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/37841584 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/fd98e127 (commit)



commit 378415849d097757eb84345965671930bfebf4f7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 16 04:44:37 2017 -0700

    Force update of gnucash-on-windows.git at the beginning of build_package.

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index 8093a86..710c0ed 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -90,6 +90,8 @@ $time_stamp = get-date -format "yyyy-MM-dd-HH-mm-ss"
 $log_file = "$target_dir\build-$branch-$time_stamp.log"
 $log_unix = make-unixpath -path $log_file
 $time_stamp = get-date -format "yyyy-MM-dd HH:mm:ss"
+
+bash-command -command "cd $script_unix && git pull"
 bash-command -command "echo Build Started $time_stamp > $log_unix"
 #copy the file to the download server so that everyone can see we've started
 if ($hostname) {



Summary of changes:
 buildserver/build_package.ps1 | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list