Merge lp:~xnox/ubuntu-archive-tools/slow-grub-shim into lp:ubuntu-archive-tools

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1469
Merged at revision: 1469
Proposed branch: lp:~xnox/ubuntu-archive-tools/slow-grub-shim
Merge into: lp:ubuntu-archive-tools
Diff against target: 16 lines (+5/-1)
1 file modified
phased-updater (+5/-1)
To merge this branch: bzr merge lp:~xnox/ubuntu-archive-tools/slow-grub-shim
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+400814@code.launchpad.net

Commit message

Make grub2 & shim phasing slow.

This allows us to handle the support / bug reports issues better, as there are no automated bug reports for these that would autopause phasing.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Let's a take it sloooo, sloo.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'phased-updater'
--- phased-updater 2021-02-25 15:56:07 +0000
+++ phased-updater 2021-04-08 15:33:51 +0000
@@ -759,7 +759,11 @@
759 NOTIFICATIONS = 'phased-updates-emails.txt'759 NOTIFICATIONS = 'phased-updates-emails.txt'
760 EMAIL_SENDER = 'brian.murray@ubuntu.com'760 EMAIL_SENDER = 'brian.murray@ubuntu.com'
761 PUP_INCREMENT = 10761 PUP_INCREMENT = 10
762 SLOW_PACKAGES = {'secureboot-db'}762 SLOW_PACKAGES = {
763 'secureboot-db',
764 'grub2', 'grub2-unsigned', 'grub2-signed',
765 'shim', 'shim-signed',
766 }
763 PUP_SLOW_INCREMENT = 1767 PUP_SLOW_INCREMENT = 1
764 REPORT_FILE = 'phased-updates.html'768 REPORT_FILE = 'phased-updates.html'
765 parser = OptionParser(usage="usage: %prog [options]")769 parser = OptionParser(usage="usage: %prog [options]")

Subscribers

People subscribed via source and target branches