Skip to content

Commit b505ba7

Browse files
committed
log: Re-introduce version in logfile name.
1 parent 86d185d commit b505ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def build_one(version, git_branch, isdev, quick, venv, build_root, www_root,
228228
checkout, git_branch)
229229
maketarget = "autobuild-" + ("dev" if isdev else "stable") + ("-html" if quick else "")
230230
logging.info("Running make %s", maketarget)
231-
logname = "{}.log".format(os.path.basename(checkout))
231+
logname = 'cpython-{lang}-{version}.log'.format(lang=language, version=version)
232232
python = os.path.join(venv, "bin/python")
233233
sphinxbuild = os.path.join(venv, "bin/sphinx-build")
234234
blurb = os.path.join(venv, "bin/blurb")

0 commit comments

Comments
 (0)