Merge lp:~sil2100/ubuntu-cdimage/raspi-eoan-bump into lp:ubuntu-cdimage

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: 1822
Proposed branch: lp:~sil2100/ubuntu-cdimage/raspi-eoan-bump
Merge into: lp:ubuntu-cdimage
Diff against target: 14 lines (+3/-1)
1 file modified
lib/cdimage/config.py (+3/-1)
To merge this branch: bzr merge lp:~sil2100/ubuntu-cdimage/raspi-eoan-bump
Reviewer Review Type Date Requested Status
Adam Conrad (community) Approve
Review via email: mp+375397@code.launchpad.net

Commit message

Prepare cdimage for the 19.10.1 raspi only hotfix point-release.

Description of the change

Prepare cdimage for the 19.10.1 raspi only hotfix point-release.

Preparing this as an MP instead of a direct-push as I am not sure if we actually want to brand the re-spins as 19.10.1 everywhere officially?

To post a comment you must log in.
Revision history for this message
Adam Conrad (adconrad) wrote :

Code looks correct to me. If I were you, I'd probably just cowboy it in prod and revert it when you're done, but if you want to commit instead, there's no harm in that, so whatever works for you.

review: Approve
Revision history for this message
Adam Conrad (adconrad) wrote :

Oh, if you don't want to have to fiddle with web-indices having multiple versions and figuring out how to make that not true, you might want to move the current ARM images out of the way before you publish the new ones, not after.

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Thanks for the sanity check! I guess I'll commit it for future reference, since I'm such a paranoic freak.

As for the web-indices, hm, you mean moving the old 19.10 raspi images to old-releases/eoan right before running publish-image-set, right? That does sound like a good idea, might save some hand-editing indeed. Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/cdimage/config.py'
2--- lib/cdimage/config.py 2019-10-18 23:41:43 +0000
3+++ lib/cdimage/config.py 2019-11-11 17:03:04 +0000
4@@ -196,7 +196,9 @@
5 all_lts_projects=True),
6 Series("cosmic", "18.10", "Cosmic Cuttlefish"),
7 Series("disco", "19.04", "Disco Dingo"),
8- Series("eoan", "19.10", "Eoan Ermine"),
9+ Series(
10+ "eoan", "19.10", "Eoan Ermine",
11+ pointversion="19.10.1"),
12 Series(
13 "focal", "20.04", "Focal Fossa",
14 all_lts_projects=True),

Subscribers

People subscribed via source and target branches