~xnox/ubuntu-archive-tools/slow-grub-shim

« back to all changes in this revision

Viewing changes to phased-updater

  • Committer: Dimitri John Ledkov
  • Date: 2021-04-08 15:12:31 UTC
  • Revision ID: xnox@ubuntu.com-20210408151231-f10b45uqhn0k3fm6
Add shim & grub to slow phasing

Show diffs side-by-side

added added

removed removed

Lines of Context:
759
759
    NOTIFICATIONS = 'phased-updates-emails.txt'
760
760
    EMAIL_SENDER = 'brian.murray@ubuntu.com'
761
761
    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
767
    PUP_SLOW_INCREMENT = 1
764
768
    REPORT_FILE = 'phased-updates.html'
765
769
    parser = OptionParser(usage="usage: %prog [options]")