From 57cfee537aba3d96a028596cc60c62910a9b7b78 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 28 Aug 2008 11:41:23 -0700 Subject: Remove the need to become rawhide to send mail. This probably means we can kill the rawhide user all together. --- scripts/buildrawhide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit