Merge lp:~mwhudson/ubuntu-cdimage/no-live-server-proposed into lp:ubuntu-cdimage

Proposed by Michael Hudson-Doyle
Status: Merged
Merged at revision: 1866
Proposed branch: lp:~mwhudson/ubuntu-cdimage/no-live-server-proposed
Merge into: lp:ubuntu-cdimage
Diff against target: 21 lines (+2/-2)
1 file modified
etc/crontab (+2/-2)
To merge this branch: bzr merge lp:~mwhudson/ubuntu-cdimage/no-live-server-proposed
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+383744@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

looks like you're only changing this for the devel series where we don't do PROPOSED=1 by default, and not for DIST=focal where we /do/ have PROPOSED=1 by default?

review: Needs Fixing
1867. By Michael Hudson-Doyle

put PROPOSED=0 in the right place

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

oops. fixed i think?

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
1=== modified file 'etc/crontab'
2--- etc/crontab 2020-05-07 00:49:06 +0000
3+++ etc/crontab 2020-05-11 22:25:27 +0000
4@@ -20,7 +20,7 @@
5 51 7 * * * DIST=bionic for-project ubuntu cron.daily-live --live
6 34 5 * * * DIST=bionic for-project kubuntu cron.daily-live --live
7 30 1 * * * DIST=bionic for-project xubuntu cron.daily-live --live
8-59 6 * * * DIST=bionic for-project ubuntu-server cron.daily --live; DIST=bionic for-project ubuntu-server cron.daily-preinstalled --live; DIST=bionic SUBPROJECT=live for-project ubuntu-server cron.daily-live --live
9+59 6 * * * DIST=bionic for-project ubuntu-server cron.daily --live; DIST=bionic for-project ubuntu-server cron.daily-preinstalled --live; DIST=bionic SUBPROJECT=live PROPOSED=0 for-project ubuntu-server cron.daily-live --live
10 59 16 * * * DIST=bionic for-project lubuntu cron.daily-live --live
11 # The daily ubuntu-base bionic images are used by core18, so we can't build it
12 # with proposed enabled.
13@@ -32,7 +32,7 @@
14 31 7 * * * DIST=focal for-project ubuntu cron.daily-live --live; DIST=focal SUBPROJECT=canary EXTRA_PPAS=ubuntu-desktop/canary-image for-project ubuntu cron.daily-live --live
15 14 5 * * * DIST=focal for-project kubuntu cron.daily-live --live
16 50 1 * * * DIST=focal for-project xubuntu cron.daily-live --live
17-29 6 * * * DIST=focal for-project ubuntu-server cron.daily --live; DIST=focal for-project ubuntu-server cron.daily-preinstalled --live; DIST=focal SUBPROJECT=live for-project ubuntu-server cron.daily-live --live
18+29 6 * * * DIST=focal for-project ubuntu-server cron.daily --live; DIST=focal for-project ubuntu-server cron.daily-preinstalled --live; DIST=focal SUBPROJECT=live PROPOSED=0 for-project ubuntu-server cron.daily-live --live
19 17 18 * * * DIST=focal for-project ubuntustudio cron.dvd --live
20 29 16 * * * DIST=focal for-project lubuntu cron.daily-live --live
21 # The daily ubuntu-base focal images are used by core20, so we can't build it

Subscribers

People subscribed via source and target branches