Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-03 Thread Michal Orzel
On 03/03/2023 13:21, Michal Orzel wrote: > > > On 03/03/2023 13:13, Andrew Cooper wrote: >> >> >> On 03/03/2023 12:09 pm, Michal Orzel wrote: >>> >>> On 03/03/2023 12:59, Andrew Cooper wrote: On 01/03/2023 9:06 am, Michal Orzel wrote: > Add missing aliases for: > - debian:un

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-03 Thread Michal Orzel
On 03/03/2023 13:13, Andrew Cooper wrote: > > > On 03/03/2023 12:09 pm, Michal Orzel wrote: >> >> On 03/03/2023 12:59, Andrew Cooper wrote: >>> >>> On 01/03/2023 9:06 am, Michal Orzel wrote: Add missing aliases for: - debian:unstable-cppcheck - debian:unstable-arm64v8-arm32-gc

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-03 Thread Andrew Cooper
On 03/03/2023 12:09 pm, Michal Orzel wrote: > > On 03/03/2023 12:59, Andrew Cooper wrote: >> >> On 01/03/2023 9:06 am, Michal Orzel wrote: >>> Add missing aliases for: >>> - debian:unstable-cppcheck >>> - debian:unstable-arm64v8-arm32-gcc >>> - ubuntu:bionic >>> >>> Remove aliases for no longer

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-03 Thread Michal Orzel
On 03/03/2023 12:59, Andrew Cooper wrote: > > > On 01/03/2023 9:06 am, Michal Orzel wrote: >> 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:un

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-03 Thread Andrew Cooper
On 01/03/2023 9:06 am, Michal Orzel wrote: > 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

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-01 Thread Michal Orzel
On 02/03/2023 01:23, Stefano Stabellini wrote: > > > On Wed, 1 Mar 2023, Michal Orzel wrote: >> 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:u

Re: [PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-01 Thread Stefano Stabellini
On Wed, 1 Mar 2023, Michal Orzel wrote: > 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

[PATCH] automation: Add missing and drop obsoleted aliases from containerize

2023-03-01 Thread Michal Orzel
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