From: Petr Vorel <pvorel@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v5 1/4] ci: install dependences for patchwork-ci script
Date: Mon, 14 Apr 2025 14:51:50 +0200 [thread overview]
Message-ID: <20250414125150.GA443040@pevik> (raw)
In-Reply-To: <20250411114326.526-2-andrea.cervesato@suse.de>
Hi Andrea,
> +++ b/ci/debian.sh
> @@ -4,7 +4,7 @@
> # workaround for missing oldstable-updates repository
> # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
> -grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/apt/sources.list
> +grep -v oldstable-updates /etc/apt/sources.list >/tmp/sources.list && mv /tmp/sources.list /etc/apt/sources.list
Could you please drop (before merge) this unrelated change? It's not necessary
nor related to the change.
> apt update
> @@ -23,6 +23,8 @@ pkg_minimal="
> debhelper
> devscripts
> clang
> + curl
> + jq
> gcc
> git
> iproute2
> @@ -47,18 +49,18 @@ pkg_nonessential="
> "
> case "$ACTION" in
> - minimal)
> - echo "=== Installing only minimal dependencies ==="
> - $install $pkg_minimal
> - ;;
> - remove-nonessential)
> - echo "=== Make sure devel libraries are removed ==="
> - $remove $pkg_nonessential
> - ;;
> - *)
> - echo "=== Installing dependencies ==="
> - $install $pkg_minimal $pkg_nonessential
> - ;;
> +minimal)
> + echo "=== Installing only minimal dependencies ==="
> + $install $pkg_minimal
> + ;;
> +remove-nonessential)
> + echo "=== Make sure devel libraries are removed ==="
> + $remove $pkg_nonessential
> + ;;
> +*)
> + echo "=== Installing dependencies ==="
> + $install $pkg_minimal $pkg_nonessential
> + ;;
Also this whitespace cleanup should not be part of the change.
With this fixed:
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-04-14 12:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 11:43 [LTP] [PATCH v5 0/4] Support for Patchwork CI Andrea Cervesato
2025-04-11 11:43 ` [LTP] [PATCH v5 1/4] ci: install dependences for patchwork-ci script Andrea Cervesato
2025-04-14 12:51 ` Petr Vorel [this message]
2025-04-14 13:00 ` Andrea Cervesato via ltp
2025-04-11 11:43 ` [LTP] [PATCH v5 2/4] ci: add patchwork communication script Andrea Cervesato
2025-04-14 14:02 ` Petr Vorel
2025-04-15 8:50 ` Andrea Cervesato via ltp
2025-04-15 9:04 ` Petr Vorel
2025-04-11 11:43 ` [LTP] [PATCH v5 4/4] ci: apply patchwork series in ci-docker-build workflow Andrea Cervesato
2025-04-11 12:07 ` [LTP] [PATCH v5 0/4] Support for Patchwork CI Petr Vorel
2025-04-11 12:10 ` Cyril Hrubis
2025-04-11 12:59 ` Petr Vorel
2025-04-11 13:06 ` Andrea Cervesato via ltp
2025-04-14 15:41 ` Petr Vorel
2025-04-15 7:53 ` Andrea Cervesato via ltp
2025-04-15 9:49 ` Petr Vorel
2025-04-15 9:54 ` Andrea Cervesato via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250414125150.GA443040@pevik \
--to=pvorel@suse.cz \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox