gnucash-on-windows master: Buildscript branch changes to stable/future from maint/master.

John Ralls jralls at code.gnucash.org
Sat Apr 1 14:18:27 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/f60267c6 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/81aeb645 (commit)



commit f60267c6f90de719aaa6e7036215b2ed056eff4e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 1 11:18:10 2023 -0700

    Buildscript branch changes to stable/future from maint/master.

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index 07e0079..d4bc120 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -49,7 +49,7 @@ Optional. A ssh compatible server specification (which means [user@]hostname:bas
 [CmdletBinding()]
 Param(
     [Parameter(Mandatory=$true)]
-    [validatePattern("(maint|master|unstable|releases)")][string]$branch,
+    [validatePattern("(stable|future|unstable|releases)")][string]$branch,
     [Parameter()] [string]$target_dir,
     [Parameter()] [string]$hostname
 )
diff --git a/jhbuildrc.in b/jhbuildrc.in
index 67a23f6..1d80e05 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -37,7 +37,7 @@ if 'TARGET' in os.environ:
     (_project, _branch) = os.environ['TARGET'].split('-')
 else:
     _project = 'gnucash'
-    _branch = 'master'
+    _branch = 'stable'
 _projectdir = os.path.join(_basedir, _project, _branch)
 _config_dir = os.path.dirname(os.path.realpath(__file__))
 prefix = os.path.join(_projectdir, 'inst')



Summary of changes:
 buildserver/build_package.ps1 | 2 +-
 jhbuildrc.in                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list