launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05055
[Merge] lp:~wgrant/launchpad/moar-fragile into lp:launchpad
William Grant has proposed merging lp:~wgrant/launchpad/moar-fragile into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~wgrant/launchpad/moar-fragile/+merge/76666
publish-ftpmaster.py a couple of months back had its dbuser changed from archivepublisher to publish_ftpmaster. But the new user wasn't added to the fragile list.
--
https://code.launchpad.net/~wgrant/launchpad/moar-fragile/+merge/76666
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/moar-fragile into lp:launchpad.
=== modified file 'database/schema/preflight.py'
--- database/schema/preflight.py 2011-09-22 09:34:57 +0000
+++ database/schema/preflight.py 2011-09-23 01:00:33 +0000
@@ -47,6 +47,7 @@
'process_accepted',
'process_upload',
'publish_distro',
+ 'publish_ftpmaster',
])
# How lagged the cluster can be before failing the preflight check.