buildmaster: fix permissions
authorPetr Štetiar <ynezz@true.cz>
Fri, 5 Mar 2021 08:14:55 +0000 (09:14 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 5 Mar 2021 15:11:31 +0000 (16:11 +0100)
commit16616668ef7431488fcedf7e15e79cd7dabfeb73
tree5d5871ac87283a9ceb7838463aea49dbdc255a6e
parent92a90e32d4909b6da336ab10a9867df0afb3facf
buildmaster: fix permissions

Otherwise buildbot wouldn't be able to access config.ini or certs and thus fail
to start:

 2021-03-05 08:08:18+0000 [-] Loading configuration from '/phase1/master.cfg'
 2021-03-05 08:08:18+0000 [-] error while parsing config file:
 ...
 configparser.NoSectionError: No section: 'general'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildmaster/files/entry.sh