diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-06 23:05:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-06 23:05:27 +0000 |
commit | d1235211921eee24dc9b1d9bdec667cf2ca7ed19 (patch) | |
tree | ace8191958deca1e5b0fafe2ac09204386668786 /Tools | |
parent | db2150f0f79d3ee12e7fad4ee6442d9714cc3f4b (diff) | |
download | ports-d1235211921eee24dc9b1d9bdec667cf2ca7ed19.tar.gz ports-d1235211921eee24dc9b1d9bdec667cf2ca7ed19.zip |
krion wants to drink from the pointyhat email firehose as well.
XXX This should be a portbuild.conf tunable
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125735
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/buildsuccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/buildsuccess b/Tools/portbuild/scripts/buildsuccess index a87c4b811a38..569bd43529a8 100755 --- a/Tools/portbuild/scripts/buildsuccess +++ b/Tools/portbuild/scripts/buildsuccess @@ -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 + echo | mail -s "${pkgname} now builds on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org grep -v "^${portloc}|" failure > failure.new mv failure.new failure fi |