fedora-packages icon indicating copy to clipboard operation
fedora-packages copied to clipboard

packages app not correctly adding new packages

Open gsauthof opened this issue 10 years ago • 14 comments

When searching for 'vim-x11' or 'vim-X11' 0 results are returned:

https://apps.fedoraproject.org/packages/s/vim-X11

But dnf search vim-X11 returns something on a Fedora system:

vim-X11.x86_64 : The VIM version of the vi editor for the X Window System

gsauthof avatar Mar 15 '16 09:03 gsauthof

Since this is the oldest report of this bug I am going to duplicate others here.

Yes, we know that packages isn't correctly updating for newly added packages. There is a re-write now in progress by @cverna that will hopefully fix this (and many other) bugs. Stay tuned and we will let folks know when to test. I'll leave to @cverna if there's any coding help we could us right now or not.

nirik avatar Nov 26 '17 22:11 nirik

Thanks @nirik for going through the tickets. For now code wise we should be I am just waiting on https://src.fedoraproject.org/rpms/TurboGears2/pull-request/1 to be reviewed and merged.

cverna avatar Nov 27 '17 18:11 cverna

reviewed and merged that and made f26/f27/rawhide builds.

nirik avatar Nov 27 '17 19:11 nirik

Will it pickup all new packages which were added while fedora-packages app was broken?

avsej avatar Dec 07 '17 16:12 avsej

@avsej yes it will, The verison which is currently in production is using pkgdb to get the list of packages, and as you might know pkgdb has been retired and it is not updated. The new verison of fedora-packages is using pdc to get the list of packages.

cverna avatar Dec 08 '17 09:12 cverna

@cverna any plans when new version will be deployed?

avsej avatar Dec 08 '17 11:12 avsej

@avsej Hopefully in the next couple of weeks. As you may know there are currently some maintenance work in the fedora-infrastructure. Once these works are finished we will be able to deploy the latest release.

cverna avatar Dec 08 '17 11:12 cverna

lammps (#307) has a package page now, but newer packages, e.g. mpibash are still missing.

junghans avatar Jan 17 '18 17:01 junghans

yes i think the mechanism to update the packages is not working :(. I ll try to investigate why

cverna avatar Jan 18 '18 19:01 cverna

Shot in the dark, it's listening for the fedmsg messages from pkgdb?

pypingou avatar Jan 19 '18 08:01 pypingou

There is a fedmsg consumer but apparently it is listening to the mdapi message

https://github.com/fedora-infra/fedora-packages/blob/develop/fedoracommunity/consumers.py#L149

cverna avatar Jan 19 '18 08:01 cverna

hm, that looks problematic: https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.mdapi.repo.update

pypingou avatar Jan 19 '18 08:01 pypingou

So I think we know why this is not working :), any ideas why the mdapi.repo.update fedmsg is not sent anymore ?

cverna avatar Jan 19 '18 09:01 cverna

mdapi is sending messages again, let's see if fedora-packages catches them :)

pypingou avatar Jan 19 '18 09:01 pypingou