1
0
Fork 0
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:
epriestley 2014-08-25 07:29:35 -07:00
parent 556eb9441a
commit d17a25e453

View file

@ -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.