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 + 1 file changed, 1 insertion(+) (limited to 'app.py') 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") -- cgit v1.2.3