gnucash maint: Uncomment the deb-src urls in /etc/apt/sources.list in the Ubuntu docker.

John Ralls jralls at code.gnucash.org
Fri Oct 19 13:58:37 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/45097001 (commit)
	from  https://github.com/Gnucash/gnucash/commit/15cd3596 (commit)



commit 45097001aa36d967a4e5ddd61fa807bc07c36188
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 19 10:58:29 2018 -0700

    Uncomment the deb-src urls in /etc/apt/sources.list in the Ubuntu docker.

diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-14.04-docker
index a7c8416..f788331 100644
--- a/util/ci/ubuntu-14.04-docker
+++ b/util/ci/ubuntu-14.04-docker
@@ -1,5 +1,5 @@
 from ubuntu:14.04
-run cat /etc/apt/sources.list
+run sed -i"" "s/^# deb-src/deb-src/" /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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list