diff options
Diffstat (limited to 'bitbake/lib/toaster')
| -rw-r--r-- | bitbake/lib/toaster/orm/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 38d014a7f8..a7de57c256 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
| @@ -377,6 +377,8 @@ class Project(models.Model): | |||
| 377 | except ProjectVariable.DoesNotExist: | 377 | except ProjectVariable.DoesNotExist: |
| 378 | pass | 378 | pass |
| 379 | br.save() | 379 | br.save() |
| 380 | signal_runbuilds() | ||
| 381 | |||
| 380 | except Exception: | 382 | except Exception: |
| 381 | # revert the build request creation since we're not done cleanly | 383 | # revert the build request creation since we're not done cleanly |
| 382 | br.delete() | 384 | br.delete() |
