gnucash-docs master: CI for gnucash-docs should be on Ubuntu 18.04 to match gnucash.

John Ralls jralls at code.gnucash.org
Wed Apr 29 21:05:48 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/4bddb820 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/681dbb86 (commit)



commit 4bddb820342e796c003526bb7fbf315902093fad
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Apr 29 18:05:30 2020 -0700

    CI for gnucash-docs should be on Ubuntu 18.04 to match gnucash.

diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-18.04-docker
similarity index 52%
rename from util/ci/ubuntu-14.04-docker
rename to util/ci/ubuntu-18.04-docker
index e1a8e1e..d02d203 100644
--- a/util/ci/ubuntu-14.04-docker
+++ b/util/ci/ubuntu-18.04-docker
@@ -1,7 +1,7 @@
-from ubuntu:14.04
+from ubuntu:18.04
 run apt-get update -qq
 run apt-get install -qq git bash-completion make xsltproc libxml2-utils autoconf libtool > /dev/null
 run apt-get --reinstall install -qq language-pack-en language-pack-fr
-copy ubuntu-14.04-testscript afterfailure commonbuild /
-run chmod +x /ubuntu-14.04-testscript /afterfailure /commonbuild
-entrypoint /ubuntu-14.04-testscript
+copy ubuntu-18.04-testscript afterfailure commonbuild /
+run chmod +x /ubuntu-18.04-testscript /afterfailure /commonbuild
+entrypoint /ubuntu-18.04-testscript
diff --git a/util/ci/ubuntu-14.04-testscript b/util/ci/ubuntu-18.04-testscript
similarity index 100%
rename from util/ci/ubuntu-14.04-testscript
rename to util/ci/ubuntu-18.04-testscript



Summary of changes:
 util/ci/{ubuntu-14.04-docker => ubuntu-18.04-docker}         | 8 ++++----
 util/ci/{ubuntu-14.04-testscript => ubuntu-18.04-testscript} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename util/ci/{ubuntu-14.04-docker => ubuntu-18.04-docker} (52%)
 rename util/ci/{ubuntu-14.04-testscript => ubuntu-18.04-testscript} (100%)



More information about the gnucash-changes mailing list