Message ID | 20250102152513.61065-1-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Series | dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker | expand |
On 02/01/2025 16.25, Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé <f4bug@amsat.org> > > AMSAT closed its email service [*] so my personal email > address is now defunct. Remove it to avoid bouncing emails. > > [*] https://forum.amsat-dl.org/index.php?thread/4581-amsat-mail-alias-service-to-end-august-1-2024/ > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > tests/docker/dockerfiles/debian-tricore-cross.docker | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker > index 479b4d6ebab..7e00e870ceb 100644 > --- a/tests/docker/dockerfiles/debian-tricore-cross.docker > +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker > @@ -11,8 +11,6 @@ > # > FROM docker.io/library/debian:11-slim > > -MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
Philippe Mathieu-Daudé <philmd@linaro.org> writes: > From: Philippe Mathieu-Daudé <f4bug@amsat.org> > > AMSAT closed its email service [*] so my personal email > address is now defunct. Remove it to avoid bouncing emails. > > [*] https://forum.amsat-dl.org/index.php?thread/4581-amsat-mail-alias-service-to-end-august-1-2024/ > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Queued to testing/next, thanks.
On 2/1/25 20:49, Alex Bennée wrote: > Philippe Mathieu-Daudé <philmd@linaro.org> writes: > >> From: Philippe Mathieu-Daudé <f4bug@amsat.org> >> >> AMSAT closed its email service [*] so my personal email >> address is now defunct. Remove it to avoid bouncing emails. >> >> [*] https://forum.amsat-dl.org/index.php?thread/4581-amsat-mail-alias-service-to-end-august-1-2024/ Maybe safer to directly start with an archived version: [*] https://web.archive.org/web/20240617194936/https://forum.amsat-dl.org/index.php?thread/4581-amsat-mail-alias-service-to-end-august-1-2024/ >> >> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> >> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > > Queued to testing/next, thanks. Thanks Alex!
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker index 479b4d6ebab..7e00e870ceb 100644 --- a/tests/docker/dockerfiles/debian-tricore-cross.docker +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker @@ -11,8 +11,6 @@ # FROM docker.io/library/debian:11-slim -MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> - RUN apt update && \ DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \