Merge ubuntu-archive-tools:fully-phase-cd-boot-images into ubuntu-archive-tools:main

Proposed by Brian Murray
Status: Needs review
Proposed branch: ubuntu-archive-tools:fully-phase-cd-boot-images
Merge into: ubuntu-archive-tools:main
Diff against target: 19 lines (+7/-1)
1 file modified
phased-updater (+7/-1)
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+460715@code.launchpad.net

Description of the change

The cd-boot-images packages are not used by end users but by debian-cd and ubuntu-image so phasing them won't reveal anything useful and just wastes time and energy.

To post a comment you must log in.

Unmerged commits

bde7232... by Brian Murray

phased-updater: fully phase all cd-boot-images packages

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/phased-updater b/phased-updater
2index a1c2aea..43f12cc 100755
3--- a/phased-updater
4+++ b/phased-updater
5@@ -776,7 +776,13 @@ if __name__ == '__main__':
6 }
7 PUP_SLOW_INCREMENT = 1
8 PUP_MEDIUM_INCREMENT = 5
9- FULLY_PHASED_PACKAGES = ('livecd-rootfs')
10+ FULLY_PHASED_PACKAGES = (
11+ 'livecd-rootfs',
12+ 'cd-boot-images-amd64',
13+ 'cd-boot-images-arm64',
14+ 'cd-boot-images-ppc64el',
15+ 'cd-boot-images-riscv64'
16+ )
17 REPORT_FILE = 'phased-updates.html'
18 parser = OptionParser(usage="usage: %prog [options]")
19 parser.add_option(

Subscribers

People subscribed via source and target branches