pungi/pungi/phases/pkgset
Jan Kaluza afcb3e969b Add Compose.old_compose_path and use it when searching for files in old compose.
The current code calls `find_old_compose` followed by multiple `os.path.*`
calls to find out if particular file exists in the old compose. This
duplicates code a lot and makes it harder to read.

In this commit, new `Compose.old_compose_path` is introduced and
used instead of direct calls of `find_old_compose`.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-03-09 12:47:23 +01:00
..
sources Add Compose.old_compose_path and use it when searching for files in old compose. 2020-03-09 12:47:23 +01:00
__init__.py Format code base with black 2020-02-05 17:35:47 +08:00
common.py Add Compose.old_compose_path and use it when searching for files in old compose. 2020-03-09 12:47:23 +01:00
pkgsets.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
source.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00