Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: docker/
Date: Thu, 18 Aug 2022 14:50:26
Message-Id: 1660834013.68ecdf96df4a062728672ecad2e275f7c17ee388.zorry@gentoo
1 commit: 68ecdf96df4a062728672ecad2e275f7c17ee388
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 14:39:06 2022 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 14:46:53 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=68ecdf96
7
8 Fix line 14 on bb worker default docker file Thanx FurudeRika
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 docker/GentooBuildbotWorkerDefault.Dockerfile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/docker/GentooBuildbotWorkerDefault.Dockerfile b/docker/GentooBuildbotWorkerDefault.Dockerfile
16 index d1197c6..a7c7af1 100644
17 --- a/docker/GentooBuildbotWorkerDefault.Dockerfile
18 +++ b/docker/GentooBuildbotWorkerDefault.Dockerfile
19 @@ -11,7 +11,7 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
20 # emerge needed deps buildbot-worker, psycopg, git and sqlalchemy
21 # get the needed buildbot-worker config
22 RUN echo -e "[binhost]\npriority = 9999\nsync-uri = https://gentoo.osuosl.org/experimental/amd64/binpkg/default/linux/17.1/x86-64/\n" | cat >> /etc/portage/binrepos.conf\
23 - && echo 'EMERGE_DEFAULT_OPTS="--binpkg-respect-use=n --usepkg=y --getbinpkg=y --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"' | cat >> /etc/portage/m>
24 + && echo 'EMERGE_DEFAULT_OPTS="--binpkg-respect-use=n --usepkg=y --getbinpkg=y --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"' | cat >> /etc/portage/make.conf\
25 && echo 'FEATURES="-ipc-sandbox -pid-sandbox -network-sandbox -usersandbox -mount-sandbox sandbox"' | cat >> /etc/portage/make.conf\
26 && echo 'FEATURES="${FEATURES} parallel-install parallel-fetch -merge-sync"' | cat >> /etc/portage/make.conf\
27 && echo 'FEATURES="${FEATURES} buildpkg"' | cat >> /etc/portage/make.conf\