gnucash maint: Adapt our archlinux docker config to changes in the upstream DockerHub container definition

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 7 09:41:34 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/67dbfca0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7c767604 (commit)



commit 67dbfca0e7d8a879ce76cd2e4a7634c07dcee0c6
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 7 14:54:26 2019 +0100

    Adapt our archlinux docker config to changes in the upstream DockerHub container definition
    
    * archlinux renamed its container from base/archlinux to archlinux/base
    * gettext is no longer installed by default

diff --git a/util/ci/arch-docker b/util/ci/arch-docker
index e870796bd..47f0c5e98 100644
--- a/util/ci/arch-docker
+++ b/util/ci/arch-docker
@@ -1,5 +1,5 @@
-from base/archlinux
-run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers > /dev/null
+from archlinux/base
+run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config gettext guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers > /dev/null
 run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
 run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
 run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen



Summary of changes:
 util/ci/arch-docker | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list