Tweak to make python3 happy with our buildbot configuration

This commit is contained in:
2019-02-02 11:27:17 +01:00
parent dffb8c59a1
commit 30308c965b

View File

@@ -7,7 +7,7 @@ from buildbot.master import BuildMaster
basedir = r'.' basedir = r'.'
rotateLength = 10000000 rotateLength = 10000000
maxRotatedFiles = 10 maxRotatedFiles = 10
umask = 002 umask = 0o02
# if this is a relocatable tac file, get the directory containing the TAC # if this is a relocatable tac file, get the directory containing the TAC
if basedir == '.': if basedir == '.':