ansible/roles/regindexer/build
Owen W. Taylor 08a3454a43 regindexer: create two sets of indexes
Flatpak-1.6 expects metadata to be stored in Docker-compatible labels
rather than OCI annotations. We build Flatpaks for Fedora with both
labels and annotations for compatibility with older and newer Flatpaks,
but we also need to have two sets of indexes:

 - One that is served in response to a query for labels, and skips
   including Flatpak annotations in the response (to reduce size)
 - One that is served in response to a query for annotation, and skips
   including Flatpak labels in the response.

This commit requires regindexer-1.6. See:

 https://pagure.io/fedora-infrastructure/issue/8579

Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
2020-04-24 21:34:21 +02:00
..
tasks regindexer needs to own it's own files to write the json and icons. 2018-10-19 17:14:00 +00:00
templates regindexer: create two sets of indexes 2020-04-24 21:34:21 +02:00