From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, genrdeps/
Date: Sun, 10 Apr 2011 11:46:43 +0000 (UTC) [thread overview]
Message-ID: <8092cdf2cc0982b615c8b40a060ab1a063828fac.scarabeus@gentoo> (raw)
commit: 8092cdf2cc0982b615c8b40a060ab1a063828fac
Author: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:42:25 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 11:46:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=8092cdf2
Scan for post dependencies (PDEPEND) too.
---
genrdeps/run-genrdeps-index.sh | 6 ++++++
htdocs/index.html | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/genrdeps/run-genrdeps-index.sh b/genrdeps/run-genrdeps-index.sh
index 77f84aa..09cf7ac 100755
--- a/genrdeps/run-genrdeps-index.sh
+++ b/genrdeps/run-genrdeps-index.sh
@@ -13,3 +13,9 @@ mkdir ${OUTPUTDIR}/dindex
cd ${OUTPUTDIR}/dindex
/var/www/qa-reports.gentoo.org/qa-scripts/genrdeps/genrdeps.py DEPEND
find | cut -c 3- > .dindex
+
+rm -rf ${OUTPUTDIR}/pindex
+mkdir ${OUTPUTDIR}/pindex
+cd ${OUTPUTDIR}/pindex
+/var/www/qa-reports.gentoo.org/qa-scripts/genrdeps/genrdeps.py PDEPEND
+find | cut -c 3- > .pindex
diff --git a/htdocs/index.html b/htdocs/index.html
index f2ffde2..0f11314 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -43,6 +43,8 @@
<br />
<a href=http://qa-reports.gentoo.org/output/genrdeps/dindex/>Reverse buildtime dependencies</a>
<br />
+ <a href=http://qa-reports.gentoo.org/output/genrdeps/pindex/>Reverse post dependencies</a>
+ <br />
<a href=http://qa-reports.gentoo.org/output/eapi_usage.txt>EAPI Usage</a> |
<a href=http://qa-reports.gentoo.org/output/eapi-per-eclass/>EAPI Usage per eclass</a>
<br />
next reply other threads:[~2011-04-10 11:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-10 11:46 Tomas Chvatal [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-01-19 16:17 [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, genrdeps/ Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8092cdf2cc0982b615c8b40a060ab1a063828fac.scarabeus@gentoo \
--to=scarabeus@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox