./mach bootstrap: TypeError: unsupported operand type(s) for /: 'str' and 'str' in resolve_setting_from_arcconfig
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(firefox97 fixed)
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
TypeError: unsupported operand type(s) for /: 'str' and 'str'
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mozboot/mozboot/mach_commands.py", line 42, in bootstrap
bootstrapper.bootstrap(command_context.settings)
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mozboot/mozboot/bootstrap.py", line 364, in bootstrap
initialize_telemetry_setting(settings, checkout_root, state_dir)
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mach/mach/telemetry.py", line 298, in initialize_telemetry_setting
is_employee = resolve_is_employee(topsrcdir)
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mach/mach/telemetry.py", line 199, in resolve_is_employee
is_employee = resolve_is_employee_by_credentials(topsrcdir)
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mach/mach/telemetry.py", line 145, in resolve_is_employee_by_credentials
phabricator_uri = resolve_setting_from_arcconfig(topsrcdir, "phabricator.uri")
File "/Users/mtv-loaner/dev/mozilla/gecko3/python/mach/mach/telemetry.py", line 130, in resolve_setting_from_arcconfig
git_path / ".arcconfig",
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
| bugherder | ||
Description
•