From 5be1c807135fd795dafea7e70d2646bd19d7dd6d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 5 Mar 2016 17:49:03 +0530 Subject: [PATCH] Add appveyor support for servo's homu --- homu/cfg.toml | 3 +++ homu/init.sls | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/homu/cfg.toml b/homu/cfg.toml index d4a46ad9..60a0532a 100644 --- a/homu/cfg.toml +++ b/homu/cfg.toml @@ -120,6 +120,9 @@ try_builders = ["linux-dev", "linux-rel", "android", "mac-dev-unit", "mac-rel-wp username = "{{ pillar["homu"]["buildbot-http-user"] }}" password = "{{ pillar["homu"]["buildbot-http-pass"] }}" +[repo.servo.status.appveyor] +context = 'continuous-integration/appveyor/branch' + # Standard per-repo configs (generated) {% for repo in travis_repos %} diff --git a/homu/init.sls b/homu/init.sls index 0a2fa161..1c1a05ed 100644 --- a/homu/init.sls +++ b/homu/init.sls @@ -6,7 +6,7 @@ python3: homu: git.latest: - name: https://github.com/servo/homu - - rev: e07f74e7a3a185768e71639d6a328ef8ea234f92 + - rev: 6ef9a768041883a9d6c779bc0ec2174aee3eb8e2 - target: /home/servo/homu - user: servo virtualenv.managed: