All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] ci: resolve some no match arguments problem
@ 2022-04-01  8:41 Li Wang
  2022-04-01  9:16 ` Petr Vorel
  2022-04-01  9:18 ` Petr Vorel
  0 siblings, 2 replies; 5+ messages in thread
From: Li Wang @ 2022-04-01  8:41 UTC (permalink / raw)
  To: ltp

Make this installation can succeed on all RHEL related platforms.

Signed-off-by: Li Wang <liwang@redhat.com>
---
 ci/fedora.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/fedora.sh b/ci/fedora.sh
index dc1293aa5..a603bcbe3 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -2,7 +2,7 @@
 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
 set -ex
 
-yum="yum -y install"
+yum="yum -y install --skip-broken"
 
 $yum \
 	asciidoc \
-- 
2.31.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] ci: resolve some no match arguments problem
  2022-04-01  8:41 [LTP] [PATCH] ci: resolve some no match arguments problem Li Wang
@ 2022-04-01  9:16 ` Petr Vorel
  2022-04-01  9:42   ` Li Wang
  2022-04-01  9:18 ` Petr Vorel
  1 sibling, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2022-04-01  9:16 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp

Hi Li,

Acked-by: Petr Vorel <pvorel@suse.cz>
Thanks!

I suppose this fix is for local run of this script on RHEL VM, right?
Or is there some failure in CI I overlooked?

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] ci: resolve some no match arguments problem
  2022-04-01  8:41 [LTP] [PATCH] ci: resolve some no match arguments problem Li Wang
  2022-04-01  9:16 ` Petr Vorel
@ 2022-04-01  9:18 ` Petr Vorel
  2022-04-01  9:48   ` Li Wang
  1 sibling, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2022-04-01  9:18 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp

Hi Li,

> Make this installation can succeed on all RHEL related platforms.

BTW Other alternative would be to move these packages to the end, i.e.:
$yum foo || true

Because with this, we might put rubygem-asciidoctor also to main $yum command
(it should now work with --skip-broken

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] ci: resolve some no match arguments problem
  2022-04-01  9:16 ` Petr Vorel
@ 2022-04-01  9:42   ` Li Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Li Wang @ 2022-04-01  9:42 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 382 bytes --]

On Fri, Apr 1, 2022 at 5:16 PM Petr Vorel <pvorel@suse.cz> wrote:

> Hi Li,
>
> Acked-by: Petr Vorel <pvorel@suse.cz>
> Thanks!
>
> I suppose this fix is for local run of this script on RHEL VM, right?
>

That's right. Pushed.

> Or is there some failure in CI I overlooked?
>

> No failures from CI, it is just to make the installation easier everywhere
:).


-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 1456 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] ci: resolve some no match arguments problem
  2022-04-01  9:18 ` Petr Vorel
@ 2022-04-01  9:48   ` Li Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Li Wang @ 2022-04-01  9:48 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 259 bytes --]

> BTW Other alternative would be to move these packages to the end, i.e.:
> $yum foo || true
>
> Because with this, we might put rubygem-asciidoctor also to main $yum
> command
> (it should now work with --skip-broken


Yes, good point.

-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 778 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-01  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01  8:41 [LTP] [PATCH] ci: resolve some no match arguments problem Li Wang
2022-04-01  9:16 ` Petr Vorel
2022-04-01  9:42   ` Li Wang
2022-04-01  9:18 ` Petr Vorel
2022-04-01  9:48   ` Li Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.