Skip to content

Commit cc20dfe

Browse files
authored
Mirror value of umask from build.webkit.org config (#190)
There's reports that build artifacts aren't accessible for the WinCairo bots in https://bugs.webkit.org/show_bug.cgi?id=227928 and there was a suggestion to modify the value so its Python 2/3 compatible.
1 parent 033a2e1 commit cc20dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildbot-worker/BuildbotWorker/buildbot.tac.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ port = $port
2727
workername = '$worker'
2828
passwd = '$password'
2929
keepalive = 600
30-
umask = 0o22
30+
umask = 0o022
3131
maxdelay = 300
3232
numcpus = None
3333
allow_shutdown = None

buildbot/WebKit-BuildWorker/buildbot.tac.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ slavename = '$slave'
3232
passwd = '$password'
3333
keepalive = 600
3434
usepty = 0
35-
umask = 022
35+
umask = 0o022
3636
maxdelay = 300
3737
allow_shutdown = None
3838

0 commit comments

Comments
 (0)