From: Michael Tremer Date: Mon, 17 Oct 2022 17:08:46 +0000 (+0000) Subject: web: Drop unused schedule test build template X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50f3e576ec5812c7f87478dfd159748cf47f219a;p=pbs.git web: Drop unused schedule test build template Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 6608a9bf..8afbc4fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,7 +157,6 @@ webdir = $(buildservicedir)/web dist_templates_DATA = \ src/templates/base.html \ src/templates/build-manage.html \ - src/templates/build-schedule-test.html \ src/templates/build-state.html \ src/templates/distro-edit.html \ src/templates/distro-source-commit-detail.html \ diff --git a/src/templates/build-schedule-test.html b/src/templates/build-schedule-test.html deleted file mode 100644 index 1f85abe1..00000000 --- a/src/templates/build-schedule-test.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ _("Schedule test build for %s") % build.name }}{% end block %} - -{% block body %} - - - - -
-
-

- {{ _("A test build is used to check if a package builds with the current package set.") }} - {{ _("In this way, developers are able to find quality issues fast and without actively searching for them.") }} -

-

- {{ _("As this build platform only has a limited amount of performance, test builds only have a very less priority.") }} - {{ _("However, you can manually request to run a test.") }} -

-

- {{ _("The build job will be started when a build slot is available but not before the given time.") }} -

- - {% module BuildOffset() %} -
-
-{% end block %}