From e636b73c1e97f7822e0bab730e70d0872dd89046 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 4 Mar 2020 20:50:42 +0100 Subject: [PATCH] Add buster --- app/models/appci.py | 7 +++++++ app/templates/base.html | 2 ++ 2 files changed, 9 insertions(+) diff --git a/app/models/appci.py b/app/models/appci.py index 1af4c52..da94911 100644 --- a/app/models/appci.py +++ b/app/models/appci.py @@ -46,6 +46,13 @@ class AppCIBranch(db.Model): display_name='Unstable (x86)', url='https://ci-apps-unstable.yunohost.org/ci/logs/list_level_unstable.json', url_per_app='https://ci-apps-unstable.yunohost.org/ci/apps/{}/') + + yield AppCIBranch(name='buster', + arch="x86", + branch="buster", + display_name='buster (x86)', + url='https://ci-stretch.nohost.me/ci/logs/list_level_stable.json', + url_per_app='https://ci-stretch.nohost.me/ci/apps/{}/') def last_build_url(self, app): return self.url_per_app.format(app.name) diff --git a/app/templates/base.html b/app/templates/base.html index f76944c..56f6b7c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -35,11 +35,13 @@ Testing Unstable ARM + Buster Branch comparisons Stable vs. Testing Stable vs. Unstable Stable vs. ARM + Stable vs. Buster