From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59D7315810F for ; Wed, 7 Jun 2023 21:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 952BAE08DB; Wed, 7 Jun 2023 21:34:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79265E08DB for ; Wed, 7 Jun 2023 21:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A86F13402D6 for ; Wed, 7 Jun 2023 21:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D935AA80 for ; Wed, 7 Jun 2023 21:33:59 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1686173625.72a6e1e8bfdb606a6b6acee0abef43fdc13d5820.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: docker/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: docker/GentooBuildbotWorkerBuild.Dockerfile docker/GentooBuildbotWorkerLog.Dockerfile X-VCS-Directories: docker/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 72a6e1e8bfdb606a6b6acee0abef43fdc13d5820 X-VCS-Branch: master Date: Wed, 7 Jun 2023 21:33:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e086293-c740-4da9-96a3-4b9ffbbb7093 X-Archives-Hash: 6e462c1e47593588abcf0b33f452d788 commit: 72a6e1e8bfdb606a6b6acee0abef43fdc13d5820 Author: Magnus Granberg gentoo org> AuthorDate: Wed Jun 7 21:33:45 2023 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Wed Jun 7 21:33:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=72a6e1e8 Add support for xz compression Signed-off-by: Magnus Granberg gentoo.org> docker/GentooBuildbotWorkerBuild.Dockerfile | 5 ++++- docker/GentooBuildbotWorkerLog.Dockerfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/GentooBuildbotWorkerBuild.Dockerfile b/docker/GentooBuildbotWorkerBuild.Dockerfile index 23fc3f0..e700203 100644 --- a/docker/GentooBuildbotWorkerBuild.Dockerfile +++ b/docker/GentooBuildbotWorkerBuild.Dockerfile @@ -35,6 +35,8 @@ RUN echo -e "[binhost]\npriority = 9999\nsync-uri = ${BINHOSTURL}/${PROJECTUUID} && echo 'USE="X elogind"' | >> /etc/portage/make.conf\ # && echo 'PYTHON_TARGETS="python3_10 python3_9 python3_8 python3_11"' | >> /etc/portage/make.conf\ && echo 'ACCEPT_LICENSE="*"'\ + && echo 'PORTAGE_COMPRESS="xz"'\ + && echo 'BINPKG_COMPRESS="xz"'\ #&& echo 'dev-vcs/git -webdev -gnome-keyring' | cat >> /etc/portage/package.use/git\ #&& echo 'dev-util/buildbot-worker' | cat >> /etc/portage/package.accept_keywords/buildbot\ #&& echo 'dev-libs/glib' | cat >> /etc/portage/package.mask/git\ @@ -62,7 +64,8 @@ RUN echo 'app-text/ansifilter' | cat >> /var/lib/portage/world\ && echo 'dev-lang/rust-bin' | cat >> /var/lib/portage/world\ && echo 'app-admin/eclean-kernel' | cat >> /var/lib/portage/world\ && echo 'app-portage/gentoolkit' | cat >> /var/lib/portage/world\ - && echo 'app-editors/nano' | cat >> /var/lib/portage/world + && echo 'app-editors/nano' | cat >> /var/lib/portage/world\ + && echo 'app-arch/xz-utils' | cat >> /var/lib/portage/world # Run emerge update and install buildbot-worker # update perl diff --git a/docker/GentooBuildbotWorkerLog.Dockerfile b/docker/GentooBuildbotWorkerLog.Dockerfile index 492be36..0164b94 100644 --- a/docker/GentooBuildbotWorkerLog.Dockerfile +++ b/docker/GentooBuildbotWorkerLog.Dockerfile @@ -18,7 +18,7 @@ RUN echo -e "[binhost]\npriority = 9999\nsync-uri = https://gentoo.osuosl.org/ex && echo 'FEATURES="${FEATURES} buildpkg"' | cat >> /etc/portage/make.conf\ && echo 'MAKEOPTS="-j8"' | cat >> /etc/portage/make.conf\ && echo 'dev-libs/glib' | cat >> /etc/portage/package.mask/git\ - && emerge -qv buildbot-worker sqlalchemy dev-python/psycopg:2 rust-bin dev-vcs/git + && emerge -qv buildbot-worker sqlalchemy dev-python/psycopg:2 rust-bin dev-vcs/git utils-xz # We don't need the gentoo repo any longer RUN rm -R /var/db/repos/gentoo