diff options
-rw-r--r-- | TODO | 10 | ||||
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 3 | ||||
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 3 |
3 files changed, 13 insertions, 3 deletions
@@ -42,6 +42,16 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma *** redirect jenkins.debian.net to jenkins.debian.org - tests.reproducible-builds.org will stay where it is. * party! +==== meeting agenda for jenkins-qa meeting + +* short intro, why are we here (individually) +* jenkins.d.o migration +* git merge policy + procedures +* deployment improvements +* future meeting schedule +* give at least mattia access to my.profitbricks.com, for remote access + + == General ToDo * replace amd64 in scripts with $HOSTARCH diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 76a2717a..d071a711 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -550,9 +550,6 @@ create_dashboard_page() { fi done write_page "</p>" - # link to index_breakages - write_page "<p style=\"clear:both;\">" - write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this test setup itself</a> too. And there is <a href=\"https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs\">documentation</a> too, in case you missed the link at the top. Feedback is very much appreciated.</p>" # the end write_page_footer cp $PAGE $DEBIAN_BASE/reproducible.html diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index 0d8f70eb..7604318f 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -165,5 +165,8 @@ <li {{#breakages}}class='active'{{/breakages}}> <a href="/debian/index_breakages.html">Broken pieces</a> </li> + <li {{#breakages}}class='active'{{/breakages}}> + <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs">Reproducible jenkins setup documentation</a> + </li> </ul> {{{project_links_html}}} |