Closed
Bug 1529361
Opened 6 years ago
Closed 6 years ago
arc continues to check for updates, despite being told not to
Categories
(Conduit :: moz-phab, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: froydnj, Unassigned)
References
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
Indicating that I don't want arc
to do upgrades:
froyd@HAWKEYE /c/mozilla-central
$ moz-phab submit --bug 1529355 tip
Version 1.18 of `moz-phab` is now available
Run `moz-phab self-update` to update
Upgrading libphutil...
Exception
Command failed with error #1!
COMMAND
git rev-parse --git-dir
STDOUT
(empty)
STDERR
'git' is not recognized as an internal or external command,
operable program or batch file.
(Run with `--trace` for a full exception trace.)
arc failed to upgrade, which may be caused by using an arcanist package from
your system package manager.
Would you like to skip arc upgrades in the future? (YES/No)? YES
...proceeds
does not seem to have any effect, as I continue to be prompted about arc
upgrades whenever running moz-phab submit
.
are you able to provide the contents of your ~/.moz-phab-config
file?
Flags: needinfo?(nfroyd)
![]() |
Reporter | |
Comment 2•6 years ago
|
||
Contents of ~/.moz_phab_config
:
[ui]
no_ansi = False
[vcs]
safe_mode = False
[arc]
arc_command = arc.bat
[submit]
auto_submit = False
always_blocking = False
warn_untracked = True
[patch]
apply_to = base
create_bookmark = True
always_full_stack = False
[updater]
self_last_check = 1550719597
arc_last_check = 0
Flags: needinfo?(nfroyd)
Comment 3•6 years ago
|
||
Please set arc_last_check to -1
(https://github.com/mozilla-conduit/review#configuration)
(In reply to Piotr Zalewa [:zalun] from comment #3)
Please set arc_last_check to
-1
(https://github.com/mozilla-conduit/review#configuration)
that's the workaround for now; however this should have happened automatically due to the response here:
Would you like to skip arc upgrades in the future? (YES/No)? YES
Keywords: conduit-triaged
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
•