RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Clone from the stable branch of phabricator #46

Closed kocsenc closed 8 years ago

kocsenc commented 8 years ago

When using the ENABLE_UPDATE_ON_START flag it always updates to the latest commit on master branch. However, it seems the phabricator repo has a stable branch.

I think it could be fair to assume that we want to update to the latest stable branch. Or have additional environment variables.

hach-que commented 8 years ago

You should be able to clone from the stable branch by setting the following environment variables:

OVERRIDE_PHABRICATOR_BRANCH=stable
OVERRIDE_ARCANIST_BRANCH=stable
OVERRIDE_LIBPHUTIL_BRANCH=stable

This is outlined in the Advanced Configuration document.

Please let me know if that doesn't work.