aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-10-12 05:14:12 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-10-12 05:14:12 +0200
commit8e0586a1bd9bf20f83ff21eff6349d263b621cd3 (patch)
tree66eec2d0c9737a641143f4aa3654f36b85b1c60e /gentooci.cfg
parentFix the Log and Build dockerfiles (diff)
downloadtinderbox-cluster-8e0586a1bd9bf20f83ff21eff6349d263b621cd3.tar.gz
tinderbox-cluster-8e0586a1bd9bf20f83ff21eff6349d263b621cd3.tar.bz2
tinderbox-cluster-8e0586a1bd9bf20f83ff21eff6349d263b621cd3.zip
Add config option for worker basedir
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg9
1 files changed, 8 insertions, 1 deletions
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',
+}