aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2021-11-06 18:54:20 +0100
committerMagnus Granberg <zorry@gentoo.org>2021-11-06 18:54:20 +0100
commit91b8e50411c464e6026d37d5e0b2bba577e539c8 (patch)
treea1ca025179cf0d5909243fc04206056d9d13942e /gentooci.cfg
parentAdd more logging and fix use test (diff)
downloadtinderbox-cluster-91b8e50411c464e6026d37d5e0b2bba577e539c8.tar.gz
tinderbox-cluster-91b8e50411c464e6026d37d5e0b2bba577e539c8.tar.bz2
tinderbox-cluster-91b8e50411c464e6026d37d5e0b2bba577e539c8.zip
Add environment to the build step
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/gentooci.cfg b/gentooci.cfg
index 3701878..ca3afe3 100644
--- a/gentooci.cfg
+++ b/gentooci.cfg
@@ -16,12 +16,8 @@ c = BuildmasterConfig = {}
c['db_url'] = "postgresql://buildbot:password@ip/gentoo-ci"
makeconf_list = []
-makeconf_list.append('LC_MESSAGES=C')
-makeconf_list.append('NOCOLOR="true"')
-makeconf_list.append('GCC_COLORS=""')
makeconf_list.append('PORTAGE_TMPFS="/dev/shm"')
makeconf_list.append('CLEAN_DELAY=0')
-makeconf_list.append('NOCOLOR=true')
makeconf_list.append('PORT_LOGDIR="/var/cache/portage/logs"')
makeconf_list.append('PKGDIR="/var/cache/portage/packages"')
makeconf_list.append('DISTDIR="/var/cache/portage/distfiles"')