gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Oct 27 13:16:51 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/115c0bf4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7a0d5a57 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e8e43b33 (commit)
	from  https://github.com/Gnucash/gnucash/commit/04642fc4 (commit)



commit 115c0bf4a4afcae4269fe4b9d1e4a73ec7762ec6
Merge: 04642fc 7a0d5a5
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 27 10:13:06 2017 -0700

    Merge Aaron Law's branch 'buildfix' to unstable.


commit 7a0d5a573523202a4107a18ddb87b4c15a4bbedc
Author: lmat <dartme18 at gmail.com>
Date:   Fri Oct 27 11:11:11 2017 -0400

    Updating home directory to fix CI error messages

diff --git a/.travis.yml b/.travis.yml
index 374ea17..fde6ab5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,9 @@ sudo: required
 language: c++
 compiler: gcc
 env:
-    - BUILDENV=arch BUILDTYPE=cmake-make
     - BUILDENV=arch BUILDTYPE=cmake-ninja
     - BUILDENV=arch BUILDTYPE=autotools
     - BUILDENV=ubuntu-14.04 BUILDTYPE=cmake-make
-    - BUILDENV=ubuntu-14.04 BUILDTYPE=cmake-ninja
     - BUILDENV=ubuntu-14.04 BUILDTYPE=autotools
 services:
     - docker
diff --git a/util/ci/commonbuild b/util/ci/commonbuild
index 526f724..63d4603 100644
--- a/util/ci/commonbuild
+++ b/util/ci/commonbuild
@@ -1,5 +1,7 @@
 #!/bin/bash -e
 
+mkdir -p "$HOME"/.local/share
+
 mkdir build
 cd build
 export TZ="America/Los_Angeles"

commit e8e43b33d6f91eea8bc6bbf289437c0d531c79d6
Merge: 9472e93 5e7c210
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 17 18:34:48 2017 -0700

    Merge branch 'unstable'




Summary of changes:
 .travis.yml         | 2 --
 util/ci/commonbuild | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list