Skip to content
Snippets Groups Projects
Commit 28003aad authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Emanuele Aina
Browse files

Bump the suite to v2019dev0 for all recipes


Make sure ospacks and images don't accidentally get build against 18.12

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent b2756878
No related branches found
No related tags found
1 merge request!95Small recipe fixes/improvements
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
{{ $architecture := or .architecture "amd64" }} {{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "sdk" }} {{ $type := or .type "sdk" }}
{{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
{{ $suite := or .suite "18.12" }} {{ $suite := or .suite "v2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }} {{ $timestamp := or .timestamp "00000000.0" }}
{{ $imageroot := or .imageroot (printf "https://images.apertis.org/daily/%s/%s" $suite $timestamp) }} {{ $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) }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
......
{{ $architecture := or .architecture "arm64" }} {{ $architecture := or .architecture "arm64" }}
{{ $type := or .type "minimal" }} {{ $type := or .type "minimal" }}
{{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
{{ $suite := or .suite "18.12" }} {{ $suite := or .suite "v2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }} {{ $timestamp := or .timestamp "00000000.0" }}
{{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} {{ $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) }} {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite $type $architecture $timestamp) }}
......
{{ $architecture := or .architecture "amd64" }} {{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "minimal" }} {{ $type := or .type "minimal" }}
{{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }} {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
{{ $suite := or .suite "18.12" }} {{ $suite := or .suite "v2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }} {{ $timestamp := or .timestamp "00000000.0" }}
{{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} {{ $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) }} {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite $type $architecture $timestamp) }}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "basesdk" -}} {{- $type := or .type "basesdk" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "devroot" -}} {{- $type := or .type "devroot" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $ivitools := or .ivitools "enabled" -}} {{- $ivitools := or .ivitools "enabled" -}}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "minimal" -}} {{- $type := or .type "minimal" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "next" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $lxc := or .lxc "enabled" -}} {{- $lxc := or .lxc "enabled" -}}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "sdk" -}} {{- $type := or .type "sdk" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $lxc := or .lxc "enabled" -}} {{- $lxc := or .lxc "enabled" -}}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "sysroot" -}} {{- $type := or .type "sysroot" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $ivitools := or .ivitools "enabled" -}} {{- $ivitools := or .ivitools "enabled" -}}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "target" -}} {{- $type := or .type "target" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}} {{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "00000000.0" -}} {{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}} {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $ivitools := or .ivitools "disabled" -}} {{- $ivitools := or .ivitools "disabled" -}}
......
{{ $architecture := or .architecture "amd64" }} {{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "minimal" }} {{ $type := or .type "minimal" }}
{{ $suite := or .suite "18.12" }} {{ $suite := or .suite "v2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }} {{ $timestamp := or .timestamp "00000000.0" }}
{{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }} {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
......
{{ $architecture := or .architecture "arm64" }} {{ $architecture := or .architecture "arm64" }}
{{ $type := or .type "minimal" }} {{ $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) }} {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite $type $architecture) }}
{{ $board := or .board "uboot" }} {{ $board := or .board "uboot" }}
......
{{ $architecture := or .architecture "amd64" }} {{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "minimal" }} {{ $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) }} {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite $type $architecture) }}
{{ $board := or .board "uefi" }} {{ $board := or .board "uefi" }}
......
{{- $architecture := or .architecture "amd64" }} {{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "minimal" -}} {{- $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) -}} {{- $ospack := or .ospack (printf "ostree-pack_%s-%s-%s" $suite $architecture $type) -}}
{{- $board := or .board "lxc" -}} {{- $board := or .board "lxc" -}}
{{- $repourl := or .repourl "https://images.apertis.org/ostree/repo" -}} {{- $repourl := or .repourl "https://images.apertis.org/ostree/repo" -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment