| 1 |
Tue Apr 15 14:20:22 MDT 2008 zooko@zooko.com |
|---|
| 2 |
* don't create a new missing-timer task if there is already one there |
|---|
| 3 |
Doing that would mean that the one that is already there will not be cleaned up if the buildslave reattaches before the timer goes off, so this patch probably fixed #211. |
|---|
| 4 |
|
|---|
| 5 |
New patches: |
|---|
| 6 |
|
|---|
| 7 |
[don't create a new missing-timer task if there is already one there |
|---|
| 8 |
zooko@zooko.com**20080415202022 |
|---|
| 9 |
Doing that would mean that the one that is already there will not be cleaned up if the buildslave reattaches before the timer goes off, so this patch probably fixed #211. |
|---|
| 10 |
] hunk ./buildbot/buildslave.py 185 |
|---|
| 11 |
- if self.notify_on_missing and self.parent: |
|---|
| 12 |
+ if self.notify_on_missing and self.parent and not self.missing_timer: |
|---|
| 13 |
|
|---|
| 14 |
Context: |
|---|
| 15 |
|
|---|
| 16 |
[TAG buildbot-0.7.7 |
|---|
| 17 |
warner@lothar.com**20080330025903] |
|---|
| 18 |
Patch bundle hash: |
|---|
| 19 |
5b3689d6ecd24a330c01c6955820d16f2a0a1570 |
|---|