From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1037167-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2ACC1138334 for <garchives@archives.gentoo.org>; Wed, 18 Jul 2018 07:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1C4E0872; Wed, 18 Jul 2018 07:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9CA0E0872 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 07:15:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD898335C32 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 07:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F971375 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Jul 2018 07:15:37 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1531898128.995d7ff6ff20999f9f4efabc807098ec7585919d.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: htdocs/index.html X-VCS-Directories: htdocs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 995d7ff6ff20999f9f4efabc807098ec7585919d X-VCS-Branch: master Date: Wed, 18 Jul 2018 07:15:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3614591-d8b3-4c32-812c-12ef9f45fc6b X-Archives-Hash: 38b59b8dd2019b561fcdbe0c5d13f4e4 commit: 995d7ff6ff20999f9f4efabc807098ec7585919d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 18 07:15:28 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 18 07:15:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=995d7ff6 index: Remove links to broken WoT reports htdocs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index 2cdd6c4..d6a6da3 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -85,8 +85,10 @@ <h3>Misc</h3> <div class="list-group"> + <!-- <a href="/output/wot-graph.png" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a> <a href="/output/wot-stats.html" class="list-group-item">WoT Node Stats</a> + --> <a href="/output/maintainer-needed.html" class="list-group-item">"Maintainer Needed" Packages</a> <a href="/output/dev-timeline.html" class="list-group-item">Developer commit timeline</a> <a href="/output/active-devs.html" class="list-group-item">Active developer commit timeline</a>