Merge lp:~xnox/ubuntu-cdimage/uc20-use-image-ppa into lp:ubuntu-cdimage

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 1861
Proposed branch: lp:~xnox/ubuntu-cdimage/uc20-use-image-ppa
Merge into: lp:ubuntu-cdimage
Diff against target: 14 lines (+2/-2)
1 file modified
etc/crontab (+2/-2)
To merge this branch: bzr merge lp:~xnox/ubuntu-cdimage/uc20-use-image-ppa
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Steve Langasek Approve
Review via email: mp+383001@code.launchpad.net

Commit message

  uc20: build from snappy-dev/image PPA

  Currently, to create correct UC20 images, ubuntu-image must call the
  new 2.45 beta `snap prepare-image` which is currently only available
  from the snappy-dev/image ppa. This can be reverted once v2.45 is in
  focal proper.

Description of the change

  uc20: build from snappy-dev/image PPA

  Currently, to create correct UC20 images, ubuntu-image must call the
  new 2.45 beta `snap prepare-image` which is currently only available
  from the snappy-dev/image ppa. This can be reverted once v2.45 is in
  focal proper.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

I don't like this.

review: Approve
Revision history for this message
Michael Vogt (mvo) wrote :

:+1:

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/crontab'
2--- etc/crontab 2020-04-24 16:02:52 +0000
3+++ etc/crontab 2020-04-27 14:26:40 +0000
4@@ -13,8 +13,8 @@
5 33 8 * * * DIST=bionic for-project ubuntu-core cron.daily-live --live
6 33 9 * * * DIST=bionic CHANNEL=beta for-project ubuntu-core cron.daily-live --live
7 # core20 daily builds
8-36 8 * * * DIST=focal for-project ubuntu-core cron.daily-live --live
9-36 9 * * * DIST=focal CHANNEL=beta for-project ubuntu-core cron.daily-live --live
10+36 8 * * * EXTRA_PPAS=snappy-dev/image DIST=focal for-project ubuntu-core cron.daily-live --live
11+36 9 * * * EXTRA_PPAS=snappy-dev/image DIST=focal CHANNEL=beta for-project ubuntu-core cron.daily-live --live
12 # bionic daily builds
13 51 7 * * * DIST=bionic for-project ubuntu cron.daily-live --live
14 34 5 * * * DIST=bionic for-project kubuntu cron.daily-live --live

Subscribers

People subscribed via source and target branches