From 8e0586a1bd9bf20f83ff21eff6349d263b621cd3 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Wed, 12 Oct 2022 05:14:12 +0200 Subject: Add config option for worker basedir Signed-off-by: Magnus Granberg --- gentooci.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gentooci.cfg') diff --git a/gentooci.cfg b/gentooci.cfg index ca3afe3..cd4bfda 100644 --- a/gentooci.cfg +++ b/gentooci.cfg @@ -30,9 +30,16 @@ makeconf_list.append('PORTAGE_LOG_FILTER_FILE_CMD="bash -c \'ansifilter --ignore # This specifies what project buildbot uses for Gentoo Ci as default c['project'] = { 'update_db' : 'gosbsbase', - 'worker_portage_repos_path' : '/var/db/repos/', + 'worker_portage_repos_path' : '/var/db/repos', 'config_makeconfig' : makeconf_list, } # This specifies what the repository base dir is c['repository_basedir'] = "repositorys" + +# This specifies worker configs +c['worker_config'] = { + 'basedir' : None, + 'repository_basedir' : 'repositorys', + 'portage_repos_path' : '/var/db/repos', +} -- cgit v1.2.3-65-gdbad