Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Wed, 18 Jul 2018 07:15:46
Message-Id: 1531898128.995d7ff6ff20999f9f4efabc807098ec7585919d.mgorny@gentoo
1 commit: 995d7ff6ff20999f9f4efabc807098ec7585919d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 07:15:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 07:15:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=995d7ff6
7
8 index: Remove links to broken WoT reports
9
10 htdocs/index.html | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/htdocs/index.html b/htdocs/index.html
14 index 2cdd6c4..d6a6da3 100644
15 --- a/htdocs/index.html
16 +++ b/htdocs/index.html
17 @@ -85,8 +85,10 @@
18
19 <h3>Misc</h3>
20 <div class="list-group">
21 + <!--
22 <a href="/output/wot-graph.png" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a>
23 <a href="/output/wot-stats.html" class="list-group-item">WoT Node Stats</a>
24 + -->
25 <a href="/output/maintainer-needed.html" class="list-group-item">&quot;Maintainer Needed&quot; Packages</a>
26 <a href="/output/dev-timeline.html" class="list-group-item">Developer commit timeline</a>
27 <a href="/output/active-devs.html" class="list-group-item">Active developer commit timeline</a>