summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-05-15 22:04:08 -0400
committerJesse Keating <jkeating@redhat.com>2008-05-15 22:04:08 -0400
commitb66548500201cfc2f6b7b66bb4e52ef36d9b709e (patch)
tree50903a3731471b1b6ff833d58f2189b5e066ddf0
parentfa99603d114a845b3d9ebf96e3d2432aa8d834ab (diff)
downloadreleng-b66548500201cfc2f6b7b66bb4e52ef36d9b709e.tar.gz
releng-b66548500201cfc2f6b7b66bb4e52ef36d9b709e.tar.xz
releng-b66548500201cfc2f6b7b66bb4e52ef36d9b709e.zip
Cat the repodiff file, since we're now using repodiff instead of treediff
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
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