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
1=== modified file 'phased-updater'
2--- phased-updater 2021-02-25 15:56:07 +0000
3+++ phased-updater 2021-04-08 15:33:51 +0000
4@@ -759,7 +759,11 @@
5 NOTIFICATIONS = 'phased-updates-emails.txt'
6 EMAIL_SENDER = 'brian.murray@ubuntu.com'
7 PUP_INCREMENT = 10
8- SLOW_PACKAGES = {'secureboot-db'}
9+ SLOW_PACKAGES = {
10+ 'secureboot-db',
11+ 'grub2', 'grub2-unsigned', 'grub2-signed',
12+ 'shim', 'shim-signed',
13+ }
14 PUP_SLOW_INCREMENT = 1
15 REPORT_FILE = 'phased-updates.html'
16 parser = OptionParser(usage="usage: %prog [options]")

Subscribers

People subscribed via source and target branches