From 330fe08852dd954f60f17fa04a06d00d3a15be74 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 10 May 2019 17:10:08 +0200 Subject: webapp: use a package-specific debcheck link Reported-by: Paul Wise --- webapp.py | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index 52defa3..6d1ad76 100644 --- a/webapp.py +++ b/webapp.py @@ -146,17 +146,19 @@ footer { {%- endif -%} -
See also
- + {%- endif -%}

Cross builds

@@ -305,6 +307,8 @@ def show_source(source): context["show_bootstrapdn"] = \ any(reason and not reason.startswith("skew ") for reason in context["depresult"].keys()) + context["show_debcheck"] = \ + any(context["depresult"].keys()) return flask.render_template_string(src_template, **context) @app.route("/build/") -- cgit v1.2.3