1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Use ${mailto} portbuild.conf variable instead of hard-coded list

Requested by:	lofi
Submitted by:	linimon
No more accidental portbuild spam:	kris and krion
This commit is contained in:
Kris Kennaway 2006-02-11 09:48:53 +00:00
parent b8d81fba50
commit 4094b5762c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155727

View File

@ -26,7 +26,7 @@ portloc=$(grep "^$pkgname|" ${index} | cut -f 2 -d \| | sed s,/usr/ports/,,)
cd ${pb}/${arch}/${branch}
if grep -q "^${portloc}|" failure; then
echo | mail -s "${pkgname} now builds on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org
echo | mail -s "${pkgname} now builds on ${arch} ${branch}" ${mailto}
grep -v "^${portloc}|" failure > failure.new
mv failure.new failure
fi