From b66548500201cfc2f6b7b66bb4e52ef36d9b709e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 15 May 2008 22:04:08 -0400 Subject: Cat the repodiff file, since we're now using repodiff instead of treediff --- scripts/buildrawhide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildrawhide b/scripts/buildrawhide index 497f4d9..d8157fd 100755 --- a/scripts/buildrawhide +++ b/scripts/buildrawhide @@ -51,6 +51,6 @@ su ftpsync -c "rsync $RSYNC_OPTS --exclude repodata/ /mnt/koji/mash/rawhide-$DAT # repodata & cleanup su ftpsync -c "rsync $RSYNC_OPTS --delete --delete-after /mnt/koji/mash/rawhide-$DATE/development/ $DESTPATH" if [ "$?" = "0" ]; then - cat /mnt/koji/mash/rawhide-$DATE/logs/treediff /mnt/koji/mash/rawhide-$DATE/logs/depcheck | su rawhide -c "mail -s 'rawhide report: '$DATE' changes' fedora-devel-list@redhat.com,fedora-test-list@redhat.com" + cat /mnt/koji/mash/rawhide-$DATE/logs/repodiff /mnt/koji/mash/rawhide-$DATE/logs/depcheck | su rawhide -c "mail -s 'rawhide report: '$DATE' changes' fedora-devel-list@redhat.com,fedora-test-list@redhat.com" fi exit 0 -- cgit