From 01971a4f0276f400ecc813362b4b97d6f1202583 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 17 Jun 2015 09:18:36 -0600 Subject: [PATCH] Use servo as master branch for glutin --- homu/cfg.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homu/cfg.toml b/homu/cfg.toml index ef577a62..0ea17b66 100644 --- a/homu/cfg.toml +++ b/homu/cfg.toml @@ -35,6 +35,8 @@ try_builders = ["linux1", "linux2", "linux3", "android", "mac1", "mac2", "mac3", username = "{{ pillar["homu"]["buildbot-http-user"] }}" password = "{{ pillar["homu"]["buildbot-http-pass"] }}" +# Standard per-repo configs (generated) + {% for repo in repos %} [repo.{{ repo[1] }}] owner = "{{ repo[0] }}" @@ -48,3 +50,8 @@ secret = "{{ pillar["homu"]["gh-webhook-secret"] }}" token = "{{ pillar["homu"]["travis-ci-token"] }}" {% endfor %} + +# Specialized per-repo configs + +[repo.glutin.branch] +master = "servo"