Merge ubuntu-archive-tools:add-largemem into ubuntu-archive-tools:main

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: efc2ebb6db34f7a71b9ab1b2ec825d77bab017d3
Proposed branch: ubuntu-archive-tools:add-largemem
Merge into: ubuntu-archive-tools:main
Diff against target: 13 lines (+1/-1)
1 file modified
publish-image-set (+1/-1)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Michael Hudson-Doyle (community) Approve
Review via email: mp+459187@code.launchpad.net

Commit message

Add the arm64+largemem product to publish-image-set.

Description of the change

Add the arm64+largemem product to publish-image-set.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

I don't know what this does but it looks OK. There are some pretty old arch + subarch combinations in that regex :-)

review: Approve
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/publish-image-set b/publish-image-set
2index d43ca3a..3d4616b 100755
3--- a/publish-image-set
4+++ b/publish-image-set
5@@ -53,7 +53,7 @@ product_re = re.compile(
6 '(i386|amd64$|amd64\+mac|armel$|armel\+dove|armel\+omap$|armel\+omap4|'
7 'armel\+ac100|armel\+mx5|armhf$|armhf\+omap$|armhf\+omap4|armhf\+ac100|'
8 'armhf\+mx5|armhf\+nexus7|armhf\+raspi$|armhf\+raspi2|armhf\+raspi3|'
9- 'arm64$|arm64\+raspi$|arm64\+raspi3|arm64\+x13s|powerpc|ppc64el|s390x|riscv64$|'
10+ 'arm64$|arm64\+raspi$|arm64\+raspi3|arm64\+x13s|arm64\+largemem|powerpc|ppc64el|s390x|riscv64$|'
11 'riscv64\+unleashed|riscv64\+unmatched|riscv64\+nezha|riscv64\+visionfive2?|riscv64\+licheerv|riscv64\+icicle)', re.I)
12
13 # map an image type from the ISO tracker to a source directory for

Subscribers

People subscribed via source and target branches