Tweak to make python3 happy with our buildbot configuration
This commit is contained in:
@@ -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 == '.':
|
||||||
|
Reference in New Issue
Block a user