gnucash maint: Cat the ubuntu sources.list to see why apt-get is failing.

John Ralls jralls at code.gnucash.org
Fri Oct 19 12:53:06 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/24cf5a20 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b80e5d04 (commit)



commit 24cf5a206b173b9b402341b8310cf8c889c10bb6
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 19 09:50:26 2018 -0700

    Cat the ubuntu sources.list to see why apt-get is failing.

diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-14.04-docker
index 9a92e69..c5f836c 100644
--- a/util/ci/ubuntu-14.04-docker
+++ b/util/ci/ubuntu-14.04-docker
@@ -1,4 +1,5 @@
 from ubuntu:14.04
+cat /etc/apt/sources.list
 run apt-get update -qq
 run apt-get build-dep -qq gnucash > /dev/null
 run apt-get install -qq git bash-completion cmake3 make swig xsltproc libdbd-sqlite3 texinfo ninja-build libboost-all-dev libgtk-3-dev libwebkit2gtk-3.0-dev > /dev/null



Summary of changes:
 util/ci/ubuntu-14.04-docker | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list