@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix diviner symbols documentation

Summary: Fixes T9267. Removes preceeding r.

Test Plan: Ran Sample, did not get error.

Reviewers: epriestley, joshuaspence

Reviewed By: epriestley, joshuaspence

Subscribers: Korvin

Maniphest Tasks: T9267

Differential Revision: https://secure.phabricator.com/D14000

+1 -1
+1 -1
src/docs/user/userguide/diffusion_symbols.diviner
··· 65 65 To actually build the symbol index, pipe this data to the 66 66 `import_repository_symbols.php` script, providing the repository callsign: 67 67 68 - $ ./scripts/symbols/import_repository_symbols.php rREPO < symbols_data 68 + $ ./scripts/symbols/import_repository_symbols.php REPO < symbols_data 69 69 70 70 Then just set up a cronjob to run that however often you like. 71 71