diff options
author | 2010-08-10 00:47:31 +0200 | |
---|---|---|
committer | 2010-08-10 00:47:31 +0200 | |
commit | 2b963e80a879830ea44b0afdc1241b933404ec2c (patch) | |
tree | 42ec64395fec6bd96b265bdd3da09f82b5bab813 /bashrc | |
parent | Skip over new-style virtuals in the list. (diff) | |
download | flameeyes-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.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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}" } |