/srv/docsbuild/python* creation
JulienPalard opened this issue · 1 comments
JulienPalard commented
Are the directories in /srv/docsbuild/
created manually? If so I'd like to permit build_docs.py
to do it automatically.
Also why are they 0770 for docsbuild:docsbuild? I'd like to know which branch is checked out in /srv/docsbuild/python37
but due to the mode I can't.
My initial problem was: As there is no 3.7 branch in cpython, build_docs.py
is failing to build /3.7/ which is causing a build error I'm trying to fix.
JulienPalard commented
I fixed my build problem by adding a chmod and a chown in build_docs.py
, will reopen a more specific issue if needed (there's still manually created directories having humans as owners).