From: Uladzimir Bely <ubely@ilbers.de>
To: Anton Mikanovich <amikan@ilbers.de>, isar-users@googlegroups.com
Subject: Re: [PATCH] CI: Fix tar files mask in source test case
Date: Fri, 12 Jul 2024 09:02:13 +0300 [thread overview]
Message-ID: <619cabc3d1f0b6365243db52f8e4e0d62e24fb51.camel@ilbers.de> (raw)
In-Reply-To: <20240702070051.52959-1-amikan@ilbers.de>
On Tue, 2024-07-02 at 10:00 +0300, Anton Mikanovich wrote:
> As source packages can be compressed not just with gzip make file
> mask
> little more generic to allow different compression types.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> testsuite/cibase.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testsuite/cibase.py b/testsuite/cibase.py
> index fd571c29..b2a804b7 100755
> --- a/testsuite/cibase.py
> +++ b/testsuite/cibase.py
> @@ -241,7 +241,7 @@ class CIBaseTest(CIBuilder):
> sfiles[target] = dict()
> package = target.rsplit(':', 1)[-1]
> isar_apt = CIUtils.getVars('REPO_ISAR_DB_DIR',
> target=target)
> - fpath = f'{package}/{package}*.tar.gz'
> + fpath = f"{package}/{package}*.tar.*"
> targz =
> set(glob.glob(f'{isar_apt}/../apt/*/pool/*/*/{fpath}'))
> if len(targz) < 1:
> self.fail('No source packages found')
> --
> 2.34.1
>
Applied to next.
--
Best regards,
Uladzimir.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/619cabc3d1f0b6365243db52f8e4e0d62e24fb51.camel%40ilbers.de.
prev parent reply other threads:[~2024-07-12 6:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 7:00 Anton Mikanovich
2024-07-12 6:02 ` Uladzimir Bely [this message]
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=619cabc3d1f0b6365243db52f8e4e0d62e24fb51.camel@ilbers.de \
--to=ubely@ilbers.de \
--cc=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/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