Closed
Bug 1593981
Opened 6 years ago
Closed 6 years ago
moz-phab --no-arc still uses arc
Categories
(Conduit :: moz-phab, defect, P2)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emilio, Assigned: zalun)
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
I have a machine where I have no php installed, I thought I could still submit the patch using moz-phab --no-arc, but it seems to still invoke arc:
$ moz-phab --no-arc HEAD~~ HEAD
Submitting 2 commits for review:
Failed to run /home/emilio/.mozbuild/moz-phab/arcanist/bin/arc.
| Assignee | ||
Comment 1•6 years ago
|
||
Please provide the debug log $ DEBUG=1 moz-phab --no-arc HEAD~~ HEAD
Flags: needinfo?(emilio)
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 2•6 years ago
|
||
The relevant part of the log is:
DEBUG 2019-11-05 14:10:46,053 Arc stdin: {}
DEBUG 2019-11-05 14:10:46,054 $ /home/emilio/.mozbuild/moz-phab/arcanist/bin/arc --trace call-conduit conduit.ping
DEBUG 2019-11-05 14:10:46,081 /usr/bin/env: ‘php’: No such file or directory
From IRC conversation:
14:13 <emilio> zalun: so, it's checking if `.moz-phab_conduit-configured` exists (it doesn't) and otherwise it tries to call `arc`
14:13 <emilio> zalun: so probably that explains why you don't see it
14:14 <emilio> zalun: (because you've presumably done that in the past)
Flags: needinfo?(emilio)
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•