Commit eee7fa31 authored by Jochen Sprickerhof's avatar Jochen Sprickerhof Committed by Holger Levsen
Browse files

rdn: more fixes for front page



(cherry picked from commit 41d2b85bd357290962e1f949beeac8c8be1e2264)
Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 8e6f06ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@
            }

            function fetchArchStats(arch) {
                fetch('https://reproduce.debian.net/'+arch+'/api/v1/dashboard?release=experimental')
                fetch('https://reproduce.debian.net/'+arch+'/api/v1/dashboard?release=trixie')
                    .then(response => response.json())
                    .then(data => {
                        let good = data['rebuilds']['good'];
@@ -147,7 +147,7 @@
        </ul>
	<table>
	<tr>
	<th width=25%><code>arch</code></th><th width=25%>reproduced builds</th><th width=25%>graph for <code>trixie</code></th><th width=25%>percentage tried / queued sources</th><th>workers</th>
	<th width=25%><code>arch</code></th><th width=25%>reproduced builds (trixie)</th><th width=25%>graph for <code>trixie</code></th><th width=25%>percentage tried / queued sources (trixie)</th><th>workers</th>
	</tr><tr>
	<td>
		<a href="https://reproduce.debian.net/all/">
@@ -306,7 +306,7 @@
		<li><a href="https://bugs.debian.org/1110038">#1110038: rebuilderd-worker: create rebuilderd-worker user with subuid</a></li>
		<li><a href="/rebuilderd-setup.html">How to setup rebuilderd on Debian.</a> (outdated)</li>
		<li><a href="/rebuilderd-usage.html">How to use/control rebuilderd.</a> (outdated)</li>
		<li>https://r.d.n/$arch/api/v1/packages/binary (JSON)</li>
		<li>https://r.d.n/$arch/api/v1/packages/binary&release=$release (JSON)</li>
		<li>https://r.d.n/$arch/stats/db-backup/ (rebuilderd database backups)</li>
	</ul>
	<hr/>