From 0d41e0fd4fe9097cb5c772c29f8a01fe3881f64f Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Sun, 7 Jul 2019 12:17:31 +0200 Subject: [PATCH 1/2] Migrate libc to Azure Pipelines --- homu.toml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homu.toml.template b/homu.toml.template index 342cf692..c7e4cc6c 100644 --- a/homu.toml.template +++ b/homu.toml.template @@ -141,8 +141,8 @@ auto = "auto-libc" [repo.libc.github] secret = "{{ homu.repo-secrets.libc }}" -[repo.libc.checks.travis] -name = "Travis CI - Branch" +[repo.libc.checks.azure] +name = "Azure Pipelines" [repo.libc.status.appveyor] context = "continuous-integration/appveyor/branch" [repo.libc.checks.cirrus-freebsd-11] From 1b0a087e7b85ff65bf58ff6a8c7c5827732a58ad Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Mon, 8 Jul 2019 17:10:17 +0200 Subject: [PATCH 2/2] Fix name --- homu.toml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homu.toml.template b/homu.toml.template index c7e4cc6c..7605420b 100644 --- a/homu.toml.template +++ b/homu.toml.template @@ -142,7 +142,7 @@ auto = "auto-libc" secret = "{{ homu.repo-secrets.libc }}" [repo.libc.checks.azure] -name = "Azure Pipelines" +name = "rust-lang.libc" [repo.libc.status.appveyor] context = "continuous-integration/appveyor/branch" [repo.libc.checks.cirrus-freebsd-11]