Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769747
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/devserver/userland-software/init.sls b/roles/devserver/userland-software/init.sls
index f8a4796..92bb45d 100644
--- a/roles/devserver/userland-software/init.sls
+++ b/roles/devserver/userland-software/init.sls
@@ -1,16 +1,17 @@
# -------------------------------------------------------------
# Salt — Provision software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-20
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
include:
# Shell server content
- roles/shellserver/userland-software/base
- roles/shellserver/userland-software/irc
- roles/shellserver/userland-software/web
# Software specific for development servers
- .dev
- .misc
+ - .phabricator
diff --git a/roles/devserver/userland-software/phabricator.sls b/roles/devserver/userland-software/phabricator.sls
new file mode 100644
index 0000000..e5b6c03
--- /dev/null
+++ b/roles/devserver/userland-software/phabricator.sls
@@ -0,0 +1,36 @@
+# -------------------------------------------------------------
+# 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
+
+phabricator_repository:
+ git.latest:
+ - name: https://secure.phabricator.com/source/phabricator.git
+ - target: /opt/phabricator/phabricator
+
+# -------------------------------------------------------------
+# Aliases
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{{ dirs.bin }}/arc:
+ file.symlink:
+ - target: /opt/phabricator/arcanist/bin/arc
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 16:45 (1 d, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260586
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment