Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/devserver/userland-software/phabricator.sls b/roles/devserver/userland-software/phabricator.sls
index f33e495..90fe839 100644
--- a/roles/devserver/userland-software/phabricator.sls
+++ b/roles/devserver/userland-software/phabricator.sls
@@ -1,58 +1,54 @@
# -------------------------------------------------------------
# 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
+ - name: https://github.com/nasqueron/arcanist.git
+ - branch: production
- 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
clang_linter_repository:
git.latest:
- name: https://github.com/vhbit/clang-format-linter
- target: /opt/phabricator/clang-format-linter
# -------------------------------------------------------------
# Aliases
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ dirs.bin }}/arc:
file.symlink:
- target: /opt/phabricator/arcanist/bin/arc
devserver_aliases_clang-format:
cmd.script:
- source: salt://roles/devserver/userland-software/files/install-clang-format-alias.py
- args: {{ dirs.bin }}
- creates: {{ dirs.bin }}/clang-format

File Metadata

Mime Type
text/x-diff
Expires
Sat, Mar 21, 05:10 (11 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3546207
Default Alt Text
(2 KB)

Event Timeline