gnucash master: Remove setting python to python2 in arch-testscript.
John Ralls
jralls at code.gnucash.org
Fri Sep 6 19:20:49 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/5a42941a (commit)
from https://github.com/Gnucash/gnucash/commit/3a6ea8a5 (commit)
commit 5a42941af471aff1ff06ced223f4bbef8816ef0b
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Sep 6 16:20:39 2019 -0700
Remove setting python to python2 in arch-testscript.
GnuCash now works with python3.
diff --git a/util/ci/arch-testscript b/util/ci/arch-testscript
index bf59cb43a..b9c82c373 100644
--- a/util/ci/arch-testscript
+++ b/util/ci/arch-testscript
@@ -6,15 +6,4 @@
#-e so that if any command has an exit code != 0, this script will
# exit immediately.
-# Python is python 3, but gnucash doesn't work with python 3. There
-# doesn't seem to be a way to tell automake to use /usr/bin/python2,
-# so we'll mock this up
-mkdir ourpython_bin
-ln -s /usr/bin/python2 ourpython_bin/python
-export PATH=/ourpython_bin:"$PATH"
-export PLATFORM_CMAKE_OPTS=
-echo path is "$PATH"
-echo python version is "$(python --version)"
-echo PLATFORM_CMAKE_OPTS= "$PLATFORM_CMAKE_OPTS"
-
../commonbuild
Summary of changes:
util/ci/arch-testscript | 11 -----------
1 file changed, 11 deletions(-)
More information about the gnucash-changes
mailing list