Hello,
this has bothered me for quite a long time. when you do --skip-phase some phases are more or less not skipped at all.
I'd expect that if --skip-phase is skipped and e.g. phase needs to ensure that some file exists then I'd place it into phase.mandatory_cant_skip()
Some phases just seem to have badly implemented skipping such as extra_files ...
Thoughts?
Lubos
If extra_files is skipped either by cli argument or in config, it doesn't do anything now.
The init phase can not be skipped, and also image checksumming can not be skipped (because we need the checksums for metadata, but with no images there is no checksumming).
I'm going to close this issue. Feel free to open a new one if you have specific suggestions or requirements.
Metadata Update from @lsedlar: - Assignee reset - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/66
Please continue any further discussion there.