Merge ~lool/ubuntu-cdimage:reconcile-tegra-changes into ubuntu-cdimage:main

Proposed by Loïc Minier
Status: Merged
Merged at revision: 56501f3ddc18b65f88b479478bd959b6f26f5d17
Proposed branch: ~lool/ubuntu-cdimage:reconcile-tegra-changes
Merge into: ubuntu-cdimage:main
Diff against target: 14 lines (+3/-0)
1 file modified
etc/crontab (+3/-0)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+457897@code.launchpad.net

Commit message

Reconcile with some deployed crontab entries for Tegra, both temporary (until we had cdimage subtree support) and permanent (using subtree support), then drops the temporary one.

Description of the change

Reconcile with some deployed crontab entries for Tegra, both temporary (until we had cdimage subtree support) and permanent (using subtree support), then drops the temporary one.

To post a comment you must log in.
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/etc/crontab b/etc/crontab
2index 9d2728c..9a48edb 100644
3--- a/etc/crontab
4+++ b/etc/crontab
5@@ -32,6 +32,9 @@ PATH=/srv/cdimage.ubuntu.com/bin:/usr/sbin:/usr/bin:/sbin:/bin
6 34 5 * * * DIST=jammy for-project kubuntu cron.daily-live --live
7 50 1 * * * DIST=jammy for-project xubuntu cron.daily-live --live
8 49 3 * * * DIST=jammy for-project ubuntu-server cron.daily-preinstalled --live; DIST=jammy SUBPROJECT=live PROPOSED=0 for-project ubuntu-server cron.daily-live --live
9+# Tegra images under the nvidia-tegra subtree; this uses a PPA just to get a
10+# backport of livecd-rootfs with u-i 3.x support
11+30 2 * * * CDIMAGE_SUBTREE=nvidia-tegra EXTRA_PPAS="ubuntu-tegra/updates" ARCHES="arm64+tegra arm64+tegra-igx" DIST=jammy for-project ubuntu-server cron.daily-preinstalled --live
12 37 18 * * * DIST=jammy for-project ubuntustudio cron.dvd --live
13 49 16 * * * DIST=jammy for-project lubuntu cron.daily-live --live
14 34 22 * * * DIST=jammy for-project ubuntukylin cron.daily-live --live

Subscribers

People subscribed via source and target branches