Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.1 KB

How to request a review of your contiribution

Install tools

Install Arcanist that is a command line tool for Phabricator. PHP should be installed for Arcanist.

  1. Clone PHP utility.
    1. > git clone https://github.com/phacility/libphutil.git
  2. Clone Arcanist.
    1. > git clone https://github.com/phacility/arcanist.git
  3. Added a path to Arcanist to $PATH.
    1. export PATH="$HOME/WWW/tools/arcanist/bin:$PATH"

Set up Phabricator

  1. LLVM uses Phabricator. https://reviews.llvm.org
  2. Create an account at https://reviews.llvm.org.
  3. Set up Arcanist for LLVM Phabricator.
    1. > arc install-certificate https://reviews.llvm.org
    2. Follow the instructions on the arc. (Set up your client token.)
  4. Make it LLVM Phabricator default target.
    1. > arc set-config default https://reviews.llvm.org
  5. And, use arc command.

New request

Update patch during reviewing

References

  1. Source
  2. Source