mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-15 03:15:24 +00:00
ci: Update the dates
This commit is contained in:
parent
175ff58f10
commit
f4195891cd
|
@ -30,7 +30,7 @@ include:
|
||||||
.monado.variables.debian:bullseye:
|
.monado.variables.debian:bullseye:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "bullseye"
|
FDO_DISTRIBUTION_VERSION: "bullseye"
|
||||||
FDO_DISTRIBUTION_TAG: "2022-01-24.0"
|
FDO_DISTRIBUTION_TAG: "2022-04-22.0"
|
||||||
|
|
||||||
# Variables for build and usage of Debian bullseye-ndk image
|
# Variables for build and usage of Debian bullseye-ndk image
|
||||||
.monado.variables.debian:bullseye-ndk:
|
.monado.variables.debian:bullseye-ndk:
|
||||||
|
@ -43,25 +43,25 @@ include:
|
||||||
.monado.variables.ubuntu:focal:
|
.monado.variables.ubuntu:focal:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "20.04"
|
FDO_DISTRIBUTION_VERSION: "20.04"
|
||||||
FDO_DISTRIBUTION_TAG: "2022-01-24.0"
|
FDO_DISTRIBUTION_TAG: "2022-04-22.0"
|
||||||
|
|
||||||
# Variables for build and usage of Ubuntu hirsute image
|
# Variables for build and usage of Ubuntu hirsute image
|
||||||
.monado.variables.ubuntu:hirsute:
|
.monado.variables.ubuntu:hirsute:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "21.04"
|
FDO_DISTRIBUTION_VERSION: "21.04"
|
||||||
FDO_DISTRIBUTION_TAG: "2022-01-24.0"
|
FDO_DISTRIBUTION_TAG: "2022-04-22.0"
|
||||||
|
|
||||||
# Variables for build and usage of Ubuntu impish image
|
# Variables for build and usage of Ubuntu impish image
|
||||||
.monado.variables.ubuntu:impish:
|
.monado.variables.ubuntu:impish:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "21.10"
|
FDO_DISTRIBUTION_VERSION: "21.10"
|
||||||
FDO_DISTRIBUTION_TAG: "2022-01-24.0"
|
FDO_DISTRIBUTION_TAG: "2022-04-22.0"
|
||||||
|
|
||||||
# Variables for build and usage of Arch rolling image
|
# Variables for build and usage of Arch rolling image
|
||||||
.monado.variables.arch:rolling:
|
.monado.variables.arch:rolling:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "rolling"
|
FDO_DISTRIBUTION_VERSION: "rolling"
|
||||||
FDO_DISTRIBUTION_TAG: "2022-01-24.0"
|
FDO_DISTRIBUTION_TAG: "2022-04-22.0"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- container_prep
|
- container_prep
|
||||||
|
|
|
@ -68,7 +68,7 @@ distributions:
|
||||||
# This image does some extra work.
|
# This image does some extra work.
|
||||||
- codename: bullseye
|
- codename: bullseye
|
||||||
script: i386_and_proclamation_container_prep.sh
|
script: i386_and_proclamation_container_prep.sh
|
||||||
tag: "2022-01-24.0"
|
tag: "2022-04-22.0"
|
||||||
deb_version_suffix: bpo11
|
deb_version_suffix: bpo11
|
||||||
packages:
|
packages:
|
||||||
<<: *default_debian_packages
|
<<: *default_debian_packages
|
||||||
|
@ -155,7 +155,7 @@ distributions:
|
||||||
# LTS
|
# LTS
|
||||||
- codename: focal
|
- codename: focal
|
||||||
distro_version: "20.04"
|
distro_version: "20.04"
|
||||||
tag: "2022-01-24.0"
|
tag: "2022-04-22.0"
|
||||||
deb_version_suffix: ubuntu2004
|
deb_version_suffix: ubuntu2004
|
||||||
packages:
|
packages:
|
||||||
<<: *default_debian_packages
|
<<: *default_debian_packages
|
||||||
|
@ -166,14 +166,14 @@ distributions:
|
||||||
|
|
||||||
- codename: hirsute
|
- codename: hirsute
|
||||||
distro_version: "21.04"
|
distro_version: "21.04"
|
||||||
tag: "2022-01-24.0"
|
tag: "2022-04-22.0"
|
||||||
deb_version_suffix: ubuntu2104
|
deb_version_suffix: ubuntu2104
|
||||||
packages:
|
packages:
|
||||||
<<: *default_debian_packages
|
<<: *default_debian_packages
|
||||||
|
|
||||||
- codename: impish
|
- codename: impish
|
||||||
distro_version: "21.10"
|
distro_version: "21.10"
|
||||||
tag: "2022-01-24.0"
|
tag: "2022-04-22.0"
|
||||||
deb_version_suffix: ubuntu2110
|
deb_version_suffix: ubuntu2110
|
||||||
packages:
|
packages:
|
||||||
<<: *default_debian_packages
|
<<: *default_debian_packages
|
||||||
|
@ -186,7 +186,7 @@ distributions:
|
||||||
- name: arch
|
- name: arch
|
||||||
images:
|
images:
|
||||||
- codename: rolling
|
- codename: rolling
|
||||||
tag: "2022-01-24.0"
|
tag: "2022-04-22.0"
|
||||||
packages:
|
packages:
|
||||||
git:
|
git:
|
||||||
gcc:
|
gcc:
|
||||||
|
|
Loading…
Reference in a new issue