gnucash-on-osx master: Explicitly set buildroot, checkoutroot; provide branches variable.

John Ralls jralls at code.gnucash.org
Sun Oct 6 13:34:15 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/cdc962ed (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/de4bbfda (commit)



commit cdc962edfa30880609ad092912f713113e390193
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Oct 6 10:33:59 2019 -0700

    Explicitly set buildroot, checkoutroot; provide branches variable.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index 723b730..cf626d0 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -10,12 +10,15 @@
 #dependencies. 
 prefix = os.path.join(os.environ["HOME"], "gnucash-stable")
 #prefix = os.path.join(os.environ["HOME"], "gnucash-unstable")
+buildroot = os.path.join(prefix, 'build')
+checkoutroot = os.path.join(prefix, 'src')
 
 #Select which modules to build. The only difference is which gnucash
 #module (and all of the dependencies, see above) get built. "
 modules = ["meta-gtk-osx-bootstrap", "meta-gnucash-stable"]
 #modules = ["meta-gtk-osx-bootstrap", "gnucash-unstable"]
 #modules = ["meta-gtk-osx-bootstrap", "gnucash-git"]
+#branches["gnucash-git"] = (None, "maint")
 
 # This will set up the build for your system. The result will run on
 # the same or newer versionss of MacOS for the same archechture.



Summary of changes:
 jhbuildrc-custom | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list