summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-22 23:01:11 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-22 23:01:11 +0200
commit93799522a1107088b84638fef3d9b3e2a8166be8 (patch)
treed071ca53e3678794365fd2df26644edee1723fe7
parente3d94b0d11acb6946df5b03b60c7f2beffaacce7 (diff)
downloadjenkins.debian.net-93799522a1107088b84638fef3d9b3e2a8166be8.tar.xz
reproducible Debian: link to jenkins documentation in every page
-rw-r--r--TODO10
-rwxr-xr-xbin/reproducible_html_dashboard.sh3
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache3
3 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index b69753c3..4efcafc6 100644
--- a/TODO
+++ b/TODO
@@ -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}}}