summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-10 00:47:31 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-10 00:47:31 +0200
commit2b963e80a879830ea44b0afdc1241b933404ec2c (patch)
tree42ec64395fec6bd96b265bdd3da09f82b5bab813
parentSkip over new-style virtuals in the list. (diff)
downloadflameeyes-tinderbox-2b963e80a879830ea44b0afdc1241b933404ec2c.tar.gz
flameeyes-tinderbox-2b963e80a879830ea44b0afdc1241b933404ec2c.tar.bz2
flameeyes-tinderbox-2b963e80a879830ea44b0afdc1241b933404ec2c.zip
Output maintainer information for each package merged.
This way the logs can be used to file the bugs as well.
-rwxr-xr-xbashrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f379120..2cb78e1 100755
--- a/bashrc
+++ b/bashrc
@@ -101,6 +101,14 @@ post_src_install() {
tinderbox_if_file Notice tinderbox-scanelf-insecure.log "Insecure functions used"
tinderbox_if_file Notice tinderbox-setXid-binaries.log "setXid files found"
+ ebegin "Gentoo contact information"
+ xmlstarlet sel \
+ -t -o 'herds:' \
+ -o " " -m '/pkgmetadata/herd' -v . -n \
+ -t -o 'maintainers:' \
+ -o " " -m '/pkgmetadata/maintainer' -v email -n \
+ "${PORTDIR}/${CATEGORY}/${PN}/metadata.xml"
+
lafilefixer "${D}"
}