debian-forge-composer/cmd
Lars Karlitski 839a109c78 weldr: ensure a fresh dnf cache when making a new compose
dnf-json relies on dnf's ability to cache repository metadata. This is
important, because the API calls it quite often to serve requests for
package lists and depsolves.

However, osbuild's dnf stage always fetches new metadata, because it
doesn't have access to the host's cache. Since metadata is valid for
some time, even after a repository changed, the checksum we put in
the pipeline might be old.

Force a new metadata download when producing the pipeline. This is still
not perfect, but greatly reduces the probability of putting stale
metadata into the pipeline.
2019-12-19 21:46:02 +01:00
..
osbuild-composer osbuild-{composer/worker}: exit cleanly 2019-12-11 15:23:24 +01:00
osbuild-pipeline weldr: ensure a fresh dnf cache when making a new compose 2019-12-19 21:46:02 +01:00
osbuild-upload-aws Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
osbuild-upload-azure Introduce Azure upload test 2019-11-29 12:19:40 +01:00
osbuild-worker worker: log errors that are not returned to composer 2019-12-15 22:05:31 +01:00