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:
parent
3456871b07
commit
654e9fe3dc
3 changed files with 0 additions and 36 deletions
|
@ -1 +0,0 @@
|
|||
0 1 * * 1 nobody /usr/local/bin/infra-tags-report.sh >& /dev/null
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue