Skip to content

Commit 78c229d

Browse files
committed
FIX: New logfiles were not readable for us.
1 parent 508c04f commit 78c229d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build_docs.py

+2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ def build_one(version, isdev, quick, venv, build_root, www_root,
208208
"cd Doc; make PYTHON=%s SPHINXBUILD=%s SPHINXOPTS='%s' %s >> %s 2>&1" %
209209
(python, sphinxbuild, sphinxopts, maketarget,
210210
os.path.join(log_directory, logname)))
211+
shell_out("chgrp -R {group} {file}".format(
212+
group=group, file=log_directory))
211213
changed = changed_files(os.path.join(checkout, "Doc/build/html"), target)
212214
logging.info("Copying HTML files to %s", target)
213215
shell_out("chown -R :{} Doc/build/html/".format(group))

0 commit comments

Comments
 (0)