pungi/pungi
Jan Kaluza 169fa5b453 Allow reusing gather phase results.
- Get also requires/provides of RPMs in package set.
- Store the results of gather phase as pickle file.
- Reuse old gather phase results in case Pungi configuration
  did not change, the "names" of RPMs in global package set
  did not change and their requires/provides did not change.
- Add `gather_allow_reuse` option to enable this feature.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>

Add gather_allow_reuse, add more tests and better handling of gather_lookaside_repos.
2020-03-13 10:17:59 +01:00
..
compose_metadata Format code base with black 2020-02-05 17:35:47 +08:00
ostree Format code base with black 2020-02-05 17:35:47 +08:00
phases Allow reusing gather phase results. 2020-03-13 10:17:59 +01:00
scripts Run extra_files phase in parallel to other phases. 2020-03-12 07:58:57 +01:00
wrappers Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
__init__.py Format code base with black 2020-02-05 17:35:47 +08:00
arch.py Format code base with black 2020-02-05 17:35:47 +08:00
arch_utils.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
checks.py Allow reusing gather phase results. 2020-03-13 10:17:59 +01:00
common.py Format code base with black 2020-02-05 17:35:47 +08:00
compose.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
config.py Format code base with black 2020-02-05 17:35:47 +08:00
createiso.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
dnf_wrapper.py Format code base with black 2020-02-05 17:35:47 +08:00
gather.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
gather_dnf.py gather: Make additional_packages accept debuginfo packages 2020-02-12 16:38:08 +08:00
graph.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
ks.py Format code base with black 2020-02-05 17:35:47 +08:00
linker.py Format code base with black 2020-02-05 17:35:47 +08:00
media_split.py Format code base with black 2020-02-05 17:35:47 +08:00
metadata.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
module_util.py Move import of modulemd to a separate module 2019-10-03 10:40:31 +02:00
multilib_dnf.py Format code base with black 2020-02-05 17:35:47 +08:00
multilib_yum.py Format code base with black 2020-02-05 17:35:47 +08:00
notifier.py Format code base with black 2020-02-05 17:35:47 +08:00
pathmatch.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
paths.py Allow reusing gather phase results. 2020-03-13 10:17:59 +01:00
profiler.py Format code base with black 2020-02-05 17:35:47 +08:00
runroot.py Format code base with black 2020-02-05 17:35:47 +08:00
util.py Remove fnmatch from pkg_is_debug 2020-03-12 09:11:32 +01:00