launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #16440
[Merge] lp:~wgrant/launchpad/non-fragile-buildd-manager into lp:launchpad
William Grant has proposed merging lp:~wgrant/launchpad/non-fragile-buildd-manager into lp:launchpad.
Commit message:
buildd-manager now copes with DB disconnections, so remove it from the FDT fragile users list.
Requested reviews:
William Grant (wgrant): code
For more details, see:
https://code.launchpad.net/~wgrant/launchpad/non-fragile-buildd-manager/+merge/204819
buildd-manager now copes with DB disconnections, so remove it from the FDT fragile users list.
--
https://code.launchpad.net/~wgrant/launchpad/non-fragile-buildd-manager/+merge/204819
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/schema/preflight.py'
--- database/schema/preflight.py 2014-01-15 10:46:59 +0000
+++ database/schema/preflight.py 2014-02-05 05:18:58 +0000
@@ -45,7 +45,6 @@
# connected, so these systems will need to be shut down manually before
# a database update.
FRAGILE_USERS = set([
- 'buildd_manager',
# process_accepted is fragile, but also fast so we likely shouldn't
# need to ever manually shut it down.
'process_accepted',
References