From 0f49c2cac2f898e781877aee64ec2ec844d33010 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 9 Jan 2024 13:45:55 +0100 Subject: Provide the PPA in the retrigger link Signed-off-by: Olivier Gayot --- app.py | 1 + templates/browse-results.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index a07760c..417beee 100644 --- a/app.py +++ b/app.py @@ -169,6 +169,7 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH): title_suffix=f"{LPUSER} {PPA} {PACKAGE}", base_url="https://autopkgtest.ubuntu.com/", static_url="/static", + ppa=f"{LPUSER}/{PPA}", ) @app.route("/favicon.ico") diff --git a/templates/browse-results.html b/templates/browse-results.html index 7fc194a..f55501c 100644 --- a/templates/browse-results.html +++ b/templates/browse-results.html @@ -26,7 +26,7 @@ artifacts   {% if row[7] %} {% set ts = row[1].split()|map('urlencode')|join("&trigger=")|safe %} - + {% endif %} -- cgit v1.2.3