[Webkit-unassigned] [Bug 242176] New: [GLib] Tools/glib/apply-build-revision-to-files.py fails on Git worktrees
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 30 04:43:15 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242176
Bug ID: 242176
Summary: [GLib] Tools/glib/apply-build-revision-to-files.py
fails on Git worktrees
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
When used from a Git worktree, after a fresh clone from the GitHub repository,
it tries to fall back to using Subversion for guessing the revision; but we
do not use Subversion anymore:
Traceback (most recent call last):
File "/app/webkit/Tools/glib/apply-build-revision-to-files.py", line 106, in <module>
sys.exit(main(sys.argv[1:]))
File "/app/webkit/Tools/glib/apply-build-revision-to-files.py", line 78, in main
build_revision = get_build_revision()
File "/app/webkit/Tools/glib/apply-build-revision-to-files.py", line 73, in get_build_revision
revision = "r%s" % subprocess.check_output(("svnversion"), stderr=devnull).decode('utf-8').strip()
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'svnversion'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220630/aaae68cd/attachment-0001.htm>
More information about the webkit-unassigned
mailing list