Hello,
when we move c10s packages e.g. from AppStream to CRB, their older versions remain in the old mirrored repo.
See for example:
$ repoquery -q --repo=c10s-{baseos,appstream,crb} --queryformat='%{reponame}\t%{name}-%{version}-%{release}' python3-pytest c10s-appstream python3-pytest-7.4.3-3.el10 c10s-crb python3-pytest-7.4.3-3.el10 c10s-crb python3-pytest-7.4.3-4.el10
This is from https://mirror.stream.centos.org/10-stream/AppStream/x86_64/os/Packages/
The package is not in https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream...
Is this expected? Is it desired?
Hi Miro, This is semi-expected, but not desired. By default we cache up to 5 packages on CentOS Stream. That is usually a nice thing, but then things like this crop up. I'll see what I can do. Can you open a Jira issue on this, on the project "CentOS Stream Pipeline", so I don't drop the ball.
Thanks Troy
On Mon, Jul 8, 2024 at 7:03 AM Miro Hrončok mhroncok@redhat.com wrote:
Hello,
when we move c10s packages e.g. from AppStream to CRB, their older versions remain in the old mirrored repo.
See for example:
$ repoquery -q --repo=c10s-{baseos,appstream,crb} --queryformat='%{reponame}\t%{name}-%{version}-%{release}' python3-pytest c10s-appstream python3-pytest-7.4.3-3.el10 c10s-crb python3-pytest-7.4.3-3.el10 c10s-crb python3-pytest-7.4.3-4.el10
This is from https://mirror.stream.centos.org/10-stream/AppStream/x86_64/os/Packages/
The package is not in
https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream...
Is this expected? Is it desired?
-- Miro Hrončok -- Phone: +420777974800 Fedora Matrix: mhroncok
devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org
On 08. 07. 24 17:31, Troy Dawson wrote:
Can you open a Jira issue on this, on the project "CentOS Stream Pipeline", so I don't drop the ball.
https://issues.redhat.com/browse/CS-2333
Thanks,