Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Added the git environment path on startup #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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