gnucash-on-windows master: Clean the build directory before building to prevent privilege errors.

John Ralls jralls at code.gnucash.org
Tue May 14 14:53:12 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/c68c63a5 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/6af1681a (commit)



commit c68c63a5e772330aa09dab98478b8125a9e71c57
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 14 11:53:01 2019 -0700

    Clean the build directory before building to prevent privilege errors.

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index a24d516..2b462d3 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -126,7 +126,7 @@ if (test-path -path $install_manifest) {
 # Update the gnucash-on-windows repository
 #bash-command -command "cd $script_unix && git reset --hard && git pull --rebase"
 # Build the latest GnuCash and all dependencies not installed via mingw64
-bash-command -command "jhbuild --no-interact -f $script_unix/jhbuildrc build > >(tee -a $log_unix) 2> >(tee -a $log_unix)"
+bash-command -command "jhbuild --no-interact -f $script_unix/jhbuildrc build --clean > >(tee -a $log_unix) 2> >(tee -a $log_unix)"
 $new_file = test-path -path $target_dir\$package\$branch\inst\bin\gnucash.exe -NewerThan $time_stamp
 if ($new_file) {
 #Build the installer



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



More information about the gnucash-changes mailing list