summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.py4
l---------static/bootstrap1
l---------static/jquery1
3 files changed, 6 insertions, 0 deletions
diff --git a/app.py b/app.py
index 5c9b62f..1c3a373 100644
--- a/app.py
+++ b/app.py
@@ -140,3 +140,7 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH):
base_url="https://autopkgtest.ubuntu.com/",
static_url="/static",
)
+
+@app.route("/favicon.ico")
+def index_favicon():
+ return "", 404
diff --git a/static/bootstrap b/static/bootstrap
new file mode 120000
index 0000000..fe0f86b
--- /dev/null
+++ b/static/bootstrap
@@ -0,0 +1 @@
+/usr/share/javascript/bootstrap \ No newline at end of file
diff --git a/static/jquery b/static/jquery
new file mode 120000
index 0000000..7e2f826
--- /dev/null
+++ b/static/jquery
@@ -0,0 +1 @@
+/usr/share/javascript/jquery \ No newline at end of file