mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +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:
parent
b8d81fba50
commit
4094b5762c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155727
@ -26,7 +26,7 @@ portloc=$(grep "^$pkgname|" ${index} | cut -f 2 -d \| | sed s,/usr/ports/,,)
|
|||||||
|
|
||||||
cd ${pb}/${arch}/${branch}
|
cd ${pb}/${arch}/${branch}
|
||||||
if grep -q "^${portloc}|" failure; then
|
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
|
grep -v "^${portloc}|" failure > failure.new
|
||||||
mv failure.new failure
|
mv failure.new failure
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user