[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: Add missing and drop obsoleted aliases from containerize
commit dd0f000aafd91ff674a11d6d5623d345fa8f91a6 Author: Michal Orzel <michal.orzel@xxxxxxx> AuthorDate: Wed Mar 1 10:06:44 2023 +0100 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Tue Mar 7 15:31:55 2023 -0800 automation: Add missing and drop obsoleted aliases from containerize Add missing aliases for: - debian:unstable-cppcheck - debian:unstable-arm64v8-arm32-gcc - ubuntu:bionic Remove aliases for no longer used containers: - centos:7.2 - debian:unstable-arm32-gcc Modify docs to refer to CentOS 7 instead of 7.2 not to create confusion. Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- automation/build/README.md | 4 ++-- automation/scripts/containerize | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/automation/build/README.md b/automation/build/README.md index 4cc1acb6b4..2d07cafe0e 100644 --- a/automation/build/README.md +++ b/automation/build/README.md @@ -44,10 +44,10 @@ understands. DOCKER_CMD=podman ./automation/scripts/containerize make ``` -- CONTAINER: This overrides the container to use. For CentOS 7.2, use: +- CONTAINER: This overrides the container to use. For CentOS 7, use: ``` - CONTAINER=centos72 ./automation/scripts/containerize make + CONTAINER=centos7 ./automation/scripts/containerize make ``` - CONTAINER_PATH: This overrides the path that will be available under the diff --git a/automation/scripts/containerize b/automation/scripts/containerize index 9b1a302d05..5476ff0ea1 100755 --- a/automation/scripts/containerize +++ b/automation/scripts/containerize @@ -29,7 +29,6 @@ case "_${CONTAINER}" in _archlinux|_arch) CONTAINER="${BASE}/archlinux:current" ;; _riscv64) CONTAINER="${BASE}/archlinux:current-riscv64" ;; _centos7) CONTAINER="${BASE}/centos:7" ;; - _centos72) CONTAINER="${BASE}/centos:7.2" ;; _fedora) CONTAINER="${BASE}/fedora:29";; _focal) CONTAINER="${BASE}/ubuntu:focal" ;; _jessie) CONTAINER="${BASE}/debian:jessie" ;; @@ -39,8 +38,10 @@ case "_${CONTAINER}" in _buster-gcc-ibt) CONTAINER="${BASE}/debian:buster-gcc-ibt" ;; _unstable|_) CONTAINER="${BASE}/debian:unstable" ;; _unstable-i386) CONTAINER="${BASE}/debian:unstable-i386" ;; - _unstable-arm32-gcc) CONTAINER="${BASE}/debian:unstable-arm32-gcc" ;; + _unstable-arm64v8-arm32-gcc) CONTAINER="${BASE}/debian:unstable-arm64v8-arm32-gcc" ;; _unstable-arm64v8) CONTAINER="${BASE}/debian:unstable-arm64v8" ;; + _unstable-cppcheck) CONTAINER="${BASE}/debian:unstable-cppcheck" ;; + _bionic) CONTAINER="${BASE}/ubuntu:bionic" ;; _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;; _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;; _opensuse-leap|_leap) CONTAINER="${BASE}/suse:opensuse-leap" ;; -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |