summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-08-28 11:41:23 -0700
committerJesse Keating <jkeating@redhat.com>2008-08-28 11:41:23 -0700
commit57cfee537aba3d96a028596cc60c62910a9b7b78 (patch)
tree8887681b4a52906896c4e5e86039fc2edfa43545
parent9888ec06e1966f0f0de18ba994f8d5d05f1fa92c (diff)
downloadreleng-57cfee537aba3d96a028596cc60c62910a9b7b78.tar.gz
releng-57cfee537aba3d96a028596cc60c62910a9b7b78.tar.xz
releng-57cfee537aba3d96a028596cc60c62910a9b7b78.zip
Remove the need to become rawhide to send mail. This probably means we can
kill the rawhide user all together.
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 5db8a0d..492abbd 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -51,6 +51,6 @@ sudo -u ftpsync /usr/bin/rsync $RSYNC_OPTS --exclude repodata/ /mnt/koji/mash/ra
# repodata & cleanup
sudo -u ftpsync /usr/bin/rsync $RSYNC_OPTS --delete --delete-after /mnt/koji/mash/rawhide-$DATE/development/ $DESTPATH
if [ "$?" = "0" ]; then
- cat /mnt/koji/mash/rawhide-$DATE/logs/repodiff /mnt/koji/mash/rawhide-$DATE/logs/depcheck | sudo -u rawhide 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 | mail -s 'rawhide report: '$DATE' changes' fedora-devel-list@redhat.com,fedora-test-list@redhat.com -- -f rawhide@fedoraproject.org -F "Rawhide Report"
fi
exit 0