mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Document bin/repository update
in Diffusion updates guide
Summary: Add a note about running this manually for troubleshooting. Test Plan: Read it. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10341
This commit is contained in:
parent
556eb9441a
commit
d17a25e453
1 changed files with 12 additions and 0 deletions
|
@ -101,3 +101,15 @@ as responsive as a hosted repository.
|
|||
If a repository has an update scheduled, the Diffusion > (Choose a
|
||||
Repository) > Edit Repository interface will show that the the repository is
|
||||
prioritized and will be updated soon.
|
||||
|
||||
|
||||
Troubleshooting Updates
|
||||
=======================
|
||||
|
||||
You can manually run a repository update from the command line to troubleshoot
|
||||
issues, using the `--trace` flag to get full details:
|
||||
|
||||
phabricator/ $ ./bin/repository update --trace <callsign>
|
||||
|
||||
To catch potential issues with permissions, run this command as the same user
|
||||
that the daemons run as.
|
||||
|
|
Loading…
Reference in a new issue