pungi/pungi/phases/gather
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
..
methods Allow reusing gather phase results. 2020-03-13 10:17:59 +01:00
sources Format code base with black 2020-02-05 17:35:47 +08:00
__init__.py Allow reusing gather phase results. 2020-03-13 10:17:59 +01:00
link.py Format code base with black 2020-02-05 17:35:47 +08:00
method.py Format code base with black 2020-02-05 17:35:47 +08:00
source.py Format code base with black 2020-02-05 17:35:47 +08:00