Skip to content

Commit

Permalink
Added the git environment path on startup
Browse files Browse the repository at this point in the history
Added the git environment path to the Phabricator config during
startup.

Fixes RedpointArchive#74
  • Loading branch information
zicklag committed Mar 28, 2018
1 parent 1c95589 commit 9653a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preflight/10-boot-conf
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ if [ "$PHABRICATOR_VCS_PORT" != "" ]; then
sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set diffusion.ssh-port "$PHABRICATOR_VCS_PORT"
fi
sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set phd.user "$PHABRICATOR_VCS_USER"
sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set environment.append-paths '["/usr/lib/git"]'
sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set diffusion.ssh-user "$PHABRICATOR_VCS_USER"
sudo -u "$PHABRICATOR_VCS_USER" ./bin/config set pygments.enabled true
if [ "$PHABRICATOR_REPOSITORY_PATH" != "" ]; then
Expand Down

0 comments on commit 9653a70

Please sign in to comment.