diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2024-01-09 12:16:49 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2024-01-09 12:16:49 +0100 |
commit | c697d354a9e8fba08caed6c9dfb183f56c2539e5 (patch) | |
tree | 1c6e5f02add1fb1a647503e95fbaf91da8ce2b19 | |
parent | 9f912f202317db9040ccded36b0795f6cedd9124 (diff) |
Update URL to show PPA results
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ def index_package(LPUSER, PPA, PACKAGE): @app.route("/<LPUSER>/<PPA>/<PACKAGE>/<RELEASE>") def index_release(LPUSER, PPA, PACKAGE, RELEASE): - autopkgtest_url_base = f"https://autopkgtest.ubuntu.com/results/autopkgtest-{RELEASE}-{LPUSER}-{PPA}" + autopkgtest_url_base = f"https://autopkgtest.ubuntu.com/results/autopkgtest-{RELEASE}-{LPUSER}-{PPA}/" try: data = json.loads(urlopen(f"{autopkgtest_url_base}?format=json").read()) except urllib.error.HTTPError: |