Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938362
phabricator.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
phabricator.sls
View Options
# -------------------------------------------------------------
# Salt — Provision dev software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-21
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# Provision /opt/phabricator from Git repositories
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
libphutil_repository
:
git.latest
:
-
name
:
https://secure.phabricator.com/source/libphutil.git
-
target
:
/opt/phabricator/libphutil
arcanist_repository
:
git.latest
:
-
name
:
https://secure.phabricator.com/diffusion/ARC/arcanist.git
-
target
:
/opt/phabricator/arcanist
-
update_head
:
False
phabricator_repository
:
git.latest
:
-
name
:
https://secure.phabricator.com/source/phabricator.git
-
target
:
/opt/phabricator/phabricator
-
update_head
:
False
# -------------------------------------------------------------
# Extra phutil libraries
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
shellcheck_linter_repository
:
git.latest
:
-
name
:
https://devcentral.nasqueron.org/source/shellcheck-linter.git
-
target
:
/opt/phabricator/shellcheck-linter
# -------------------------------------------------------------
# Aliases
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.bin
}}
/arc
:
file.symlink
:
-
target
:
/opt/phabricator/arcanist/bin/arc
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 01:31 (5 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2292375
Default Alt Text
phabricator.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment