From 28003aadba8adf49c822377b47d1ee789fae4f56 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Date: Tue, 5 Mar 2019 23:21:35 +0100 Subject: [PATCH] Bump the suite to v2019dev0 for all recipes Make sure ospacks and images don't accidentally get build against 18.12 Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> --- apertis-image-sdk.yaml | 2 +- apertis-image-uboot.yaml | 2 +- apertis-image-uefi.yaml | 2 +- apertis-ospack-basesdk.yaml | 2 +- apertis-ospack-devroot.yaml | 2 +- apertis-ospack-minimal.yaml | 2 +- apertis-ospack-sdk.yaml | 2 +- apertis-ospack-sysroot.yaml | 2 +- apertis-ospack-target.yaml | 2 +- apertis-ostree-commit.yaml | 2 +- apertis-ostree-image-uboot.yaml | 2 +- apertis-ostree-image-uefi.yaml | 2 +- apertis-ostree-pack.yaml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml index efadd3f4..2e8f4aae 100644 --- a/apertis-image-sdk.yaml +++ b/apertis-image-sdk.yaml @@ -1,7 +1,7 @@ {{ $architecture := or .architecture "amd64" }} {{ $type := or .type "sdk" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $timestamp := or .timestamp "00000000.0" }} {{ $imageroot := or .imageroot (printf "https://images.apertis.org/daily/%s/%s" $suite $timestamp) }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} diff --git a/apertis-image-uboot.yaml b/apertis-image-uboot.yaml index 9050f6fc..253c827a 100644 --- a/apertis-image-uboot.yaml +++ b/apertis-image-uboot.yaml @@ -1,7 +1,7 @@ {{ $architecture := or .architecture "arm64" }} {{ $type := or .type "minimal" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $timestamp := or .timestamp "00000000.0" }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite $type $architecture $timestamp) }} diff --git a/apertis-image-uefi.yaml b/apertis-image-uefi.yaml index 0cb92537..ebd3d7e9 100644 --- a/apertis-image-uefi.yaml +++ b/apertis-image-uefi.yaml @@ -1,7 +1,7 @@ {{ $architecture := or .architecture "amd64" }} {{ $type := or .type "minimal" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $timestamp := or .timestamp "00000000.0" }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite $type $architecture $timestamp) }} diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml index d3135d04..0d96fe7f 100644 --- a/apertis-ospack-basesdk.yaml +++ b/apertis-ospack-basesdk.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "basesdk" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml index 74a62cba..6b363cf5 100644 --- a/apertis-ospack-devroot.yaml +++ b/apertis-ospack-devroot.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "devroot" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ivitools := or .ivitools "enabled" -}} diff --git a/apertis-ospack-minimal.yaml b/apertis-ospack-minimal.yaml index f422f44f..aeeec5b2 100644 --- a/apertis-ospack-minimal.yaml +++ b/apertis-ospack-minimal.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "minimal" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "next" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $lxc := or .lxc "enabled" -}} diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml index 22701481..86f66315 100644 --- a/apertis-ospack-sdk.yaml +++ b/apertis-ospack-sdk.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "sdk" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $lxc := or .lxc "enabled" -}} diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml index 96e64f26..4a37f0cc 100644 --- a/apertis-ospack-sysroot.yaml +++ b/apertis-ospack-sysroot.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "sysroot" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ivitools := or .ivitools "enabled" -}} diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml index 1bdaf98e..47555e8b 100644 --- a/apertis-ospack-target.yaml +++ b/apertis-ospack-target.yaml @@ -1,7 +1,7 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "target" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $timestamp := or .timestamp "00000000.0" -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ivitools := or .ivitools "disabled" -}} diff --git a/apertis-ostree-commit.yaml b/apertis-ostree-commit.yaml index 1a59aae7..84d3ca6e 100644 --- a/apertis-ostree-commit.yaml +++ b/apertis-ostree-commit.yaml @@ -1,6 +1,6 @@ {{ $architecture := or .architecture "amd64" }} {{ $type := or .type "minimal" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $timestamp := or .timestamp "00000000.0" }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} diff --git a/apertis-ostree-image-uboot.yaml b/apertis-ostree-image-uboot.yaml index bfc8bf45..cb0a7da7 100644 --- a/apertis-ostree-image-uboot.yaml +++ b/apertis-ostree-image-uboot.yaml @@ -1,6 +1,6 @@ {{ $architecture := or .architecture "arm64" }} {{ $type := or .type "minimal" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite $type $architecture) }} {{ $board := or .board "uboot" }} diff --git a/apertis-ostree-image-uefi.yaml b/apertis-ostree-image-uefi.yaml index 8f4f9733..2ae4ffd4 100644 --- a/apertis-ostree-image-uefi.yaml +++ b/apertis-ostree-image-uefi.yaml @@ -1,6 +1,6 @@ {{ $architecture := or .architecture "amd64" }} {{ $type := or .type "minimal" }} -{{ $suite := or .suite "18.12" }} +{{ $suite := or .suite "v2019dev0" }} {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite $type $architecture) }} {{ $board := or .board "uefi" }} diff --git a/apertis-ostree-pack.yaml b/apertis-ostree-pack.yaml index 680e3192..6f5c16a5 100644 --- a/apertis-ostree-pack.yaml +++ b/apertis-ostree-pack.yaml @@ -1,6 +1,6 @@ {{- $architecture := or .architecture "amd64" }} {{- $type := or .type "minimal" -}} -{{- $suite := or .suite "18.12" -}} +{{- $suite := or .suite "v2019dev0" -}} {{- $ospack := or .ospack (printf "ostree-pack_%s-%s-%s" $suite $architecture $type) -}} {{- $board := or .board "lxc" -}} {{- $repourl := or .repourl "https://images.apertis.org/ostree/repo" -}} -- GitLab