batcave: remove infra-tags report, we don't use it

We don't use this report or allow it to post in ages,
so just drop it and let koji drop things after tags go eol.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-25 20:52:24 +00:00 committed by Pierre-Yves Chibon
parent 3456871b07
commit 654e9fe3dc
3 changed files with 0 additions and 36 deletions

View file

@ -1 +0,0 @@
0 1 * * 1 nobody /usr/local/bin/infra-tags-report.sh >& /dev/null

View file

@ -1,17 +0,0 @@
#!/bin/bash
TMPFILE=`mktemp` || exit 1
echo "This is a list of packages in the various infrastructure koji tags" >> $TMPFILE
echo "Please check and make sure there are not any that can be removed/dropped" >> $TMPFILE
for TAG in `koji list-tags | grep infra$`; do
echo -e "\n\t\t\t${TAG}\n" >> $TMPFILE
koji list-pkgs --tag=${TAG} --noinherit >> $TMPFILE
done
mail -s "Weekly Koji Infra Tag Report" infrastructure@lists.fedoraproject.org < $TMPFILE
rm -f $TMPFILE

View file

@ -336,24 +336,6 @@
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# Monday morning run a script to show all the packages we have in infra
# tags in koji.
#
- name: Install infra-tags-report script
copy: src=infra-tags-report.sh dest=/usr/local/bin/infra-tags-report.sh mode=0755
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
- name: Install infra-tags-report cron
copy: src=infra-tags-report.cron dest=/etc/cron.d/infra-tags-report.cron mode=0644
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# fasClient fedmsg job