This update provides a new release of fedfind which enhances its handling of releases for which metadata is not immediately available in two ways.
Firstly, if metadata for the compose is not found on the mirror server, fedfind will try and find it in PDC. This is mainly useful for finding information on older nightly composes which have been garbage-collected from the mirrors, but were imported to PDC: you will not be able to find actual image files for these composes, but you will be able to find information on the images they contained, which may be useful for various kinds of analysis.
Secondly, for releases which we can find but which do not have metadata on the mirror system or in PDC - which more or less means the old stable releases in the mirror system - fedfind can now retrieve image sizes from the imagelist
files (which are generated by quick-fedora-mirror and kept at the top level of the fedora
, alt
and archive
trees on the mirrors) it uses to discover images. This means that the synthesized metadata for these releases will now include file sizes. As a concrete example, if you do rel = fedfind.release.get_release(1); rel.all_images
, the image dicts you get will have size
keys giving you the image sizes. This will not be the case immediately - we will change the live imagelist
files only after this update has gone stable, because older fedfind releases will be broken by the new format.
Both these changes were inspired by a discussion on the devel@ list about the 'Feedback Pipeline' proposed by @asamalik.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2020-34c7d47dca
Please login to add feedback.
This update has been submitted for testing by adamwill.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
No problems experienced with this version of fedfind.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.