Open GoogleCodeExporter opened 8 years ago
I'm seeing (hearing) the same thing. When the build is broken, the "broken"
sound plays every time it updates.
Original comment by clough42
on 11 May 2011 at 3:46
I spent some time working on this today, and the issue seems to be related to
the logic that determines when a build state has changed. Currently, it just
checks to see if the build was running during the previous poll. This means
when a build is running, the sound will play on every poll, beginning with the
second poll.
The attached patch changes the logic to look at the last completed build number
and it only considers playing a sound when the last completed build number
changes.
This works for me. It might work for you.
Original comment by clough42
on 11 May 2011 at 9:33
Attachments:
Because of this issue, we can't use the sound notification.
When the build was broken and is rebuilding, the sound would cry during the
entire build. For a build taking a few minutes, that just horrible.
It would be very nice to have a new release with this patch.
Original comment by gscok...@gmail.com
on 19 Dec 2013 at 9:33
Original issue reported on code.google.com by
james.cl...@gmail.com
on 29 Apr 2011 at 4:49