From 8e10699d53281be53c88a3695de6aa496e084dc6 Mon Sep 17 00:00:00 2001
From: Dan McGee Arch Releng Testbuild Feedback Entry
installation properly. Some options require you to check several things (such as
config files), this will be mentioned alongside the option.
There is also an overview of all feedback on the - results page. Once we have + results page. Once we have builds that are properly tested (enough successful feedback for all important features of the ISO or a slightly earlier ISO), we can release new official media.
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index 5a4445b7..76479c52 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -1,10 +1,11 @@ {% extends "base.html" %} +{% load url from future %} {% block content %}{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }} | Last Success | @@ -6,20 +7,20 @@ {% for item in option.values %}|
---|---|---|
- + {{ item.value.name|lower }} | {% if item.success %} - + {{ item.success.name }} {% else %}Never succeeded{% endif %} |
{% if item.failure %}
-
+
{{ item.failure.name }}
{% else %}Never failed{% endif %}
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 4ff3c864..71af708f 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %}
@@ -9,12 +10,12 @@ Release Engineering Testbuild ResultsThis is an overview screen showing a test results matrix of release engineering produced ISOs. Various options and configurations are shown with last success and last failure results, if known. To help improve ISO - quality, you are encouraged to give feedback + quality, you are encouraged to give feedback if you have tested and used any ISOs. Both successful and failed results are encouraged and welcome. For a overview of which ISOs tested best, have a look at - the overview. + the overview.For more information, see the documentation
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html
index 80018b03..66d65a5c 100644
--- a/templates/releng/thanks.html
+++ b/templates/releng/thanks.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block title %}Arch Linux - Feedback - Thanks!{% endblock %}
@@ -7,9 +8,9 @@
Thank you for taking the time to give us this information!
Your results have been succesfully added to our database. You can now go back to the results,
- give more feedback, or
- have a look at the look at
+ You can now go back to the results,
+ give more feedback, or
+ have a look at the look at
the ISO test overview. |