aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/test/testmail
blob: 7941892edbe34a98a1eba89f5da46d29027a6e81 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
size=${1:-0}

(
echo "This mail was generated on "`date`"."

) | mail -s "${size}k test mail from process $$" esr@ccil.org

 <<EOF
EOF
class="o">] \ | tail -1` #p='-rw-r--r-- 1 23 wheel 478424 Dec 18 03:54 /pub/esr/fetchmail/fetchmail-4.7.1-1.src.rpm' #echo $p | sed -e "s=^.^/pub=pub=" p1=`echo $p | sed -e "s=^.*/pub=pub="` #echo $p1 #basename $p1 #dirname $p1 d=`dirname $p1` f=`basename $p1` cd /work/incoming email=$LOGNAME\@`hostname` ftp -n <<ZZ open $RH user anonymous $email cd /$d get $f bye ZZ rpm -K $f >/dev/null 2>&1 \ || { rpm -K $f 2>&1 | mail $email -s "error getting $f" exit } rpm --rebuild $f 2>&1 |\ mail $email -s "Rebuilding $f"