Page MenuHomePhabricator

Where does the harbormaster “Manual Staging Area” push happen?
Closed, ResolvedPublic

Asked by drmuey on Sep 29 2015, 12:55 PM.

Details

Howdy!

I am setting up a Manual Staging Area and am at the point of setting up SSH keys for the repo.

When the document says “arc diff will automatically push a copy of the changes to the staging area as a side effect when creating and updating reviews.”:

  1. That push is happening on the server side by phabricator, correct?
  2. That push is being done by the same user the phabricator is running as, correct?
  3. Where does it clone the repo to locally on the server?

TIA!

Answers

epriestley
Updated 3,712 Days Ago

That push is happening on the server side by phabricator, correct?

No. arc diff is performing the push from the client.

That push is being done by the same user the phabricator is running as, correct?

No. It is being done by the user running arc, as though they had typed git push ... themselves immediately after typing arc diff.

Where does it clone the repo to locally on the server?

Staging areas are not cloned.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.