Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'try' privileges #141

Merged
merged 3 commits into from Oct 30, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Add try privileges v2

  • Loading branch information
Manishearth committed Oct 29, 2015
commit 5fcae7e82713fad4010e5b32b423bc0556f5fb7f
@@ -30,10 +30,13 @@ port = 54856
('servo', 'app_units')] %}
{% set reviewers = ["glennw","jdm","kmcallister","larsbergstrom","Manishearth","metajack","mbrubeck","Ms2ger","pcwalton","SimonSapin","mrobinson","brunoabinader","saneyuki","nox","zmike","edunham","frewsxcv","michaelwu","eefriedman"] %}

{% set try = ["asajeffrey", "tschneidereit", "vvuk", "bholley", "Yoric"] %}

[repo.servo]
owner = "servo"
name = "servo"
reviewers = {{ reviewers }}
try_users = {{ try }}

[repo.servo.github]
secret = "{{ pillar["homu"]["gh-webhook-secret"] }}"
@@ -54,6 +57,7 @@ password = "{{ pillar["homu"]["buildbot-http-pass"] }}"
owner = "{{ repo[0] }}"
name = "{{ repo[1] }}"
reviewers = {{ reviewers }}
try = {{ try }}

[repo.{{ repo[1] }}.github]
secret = "{{ pillar["homu"]["gh-webhook-secret"] }}"
@@ -1,6 +1,6 @@
https://github.com/barosl/homu:
git.latest:
- rev: e9e71588b58402186eb01e8bf5b509eebecdf791
- rev: 7ff87321e4e60b4059c5c79637b8e1d3386920e8
- target: /home/servo/homu
- user: servo
- require_in:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.