From caad0d6eab8e7f957dc42f1391463265073c628b Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 3 Jul 2003 20:32:08 +0000 Subject: [PATCH] Updated script again --- CVSROOT/ciabotsh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CVSROOT/ciabotsh b/CVSROOT/ciabotsh index 93187930..1b517e77 100755 --- a/CVSROOT/ciabotsh +++ b/CVSROOT/ciabotsh @@ -34,17 +34,3 @@ else mv $tmpfile /tmp/lastlog-$projectname fi -if [ -e /tmp/lastlog-$projectname ]; then - if ! diff /tmp/lastloga-$projectname $tmpfilea &>/dev/null; then - # there are differences, so this is a different commit - cat $tmpfilea | /usr/sbin/sendmail -t - mv $tmpfilea /tmp/lastloga-$projectname - else - # it's just cvs spamming us from another directory - rm $tmpfilea - fi -else - cat $tmpfilea | /usr/sbin/sendmail -t - mv $tmpfilea /tmp/lastloga-$projectname -fi -