first pass at phabricator role, updating qadevel-stg for phab

This commit is contained in:
Tim Flink 2015-02-02 05:13:02 +00:00
parent 7573106e07
commit a37007fa4c
14 changed files with 2067 additions and 1 deletions

View file

@ -0,0 +1,14 @@
#!/bin/sh
# NOTE: Replace this with the username that you expect users to connect with.
VCSUSER="{{ phabricator_vcs_user }}"
# NOTE: Replace this with the path to your Phabricator directory.
ROOT="{{ phabroot }}/phabricator"
if [ "$1" != "$VCSUSER" ];
then
exit 1
fi
exec "$ROOT/bin/ssh-auth" $@