Hi!
New version of the fmf has been released:
https://github.com/psss/fmf/releases/tag/0.3 https://copr.fedorainfracloud.org/coprs/psss/fmf/build/745272/ https://pypi.org/project/fmf/0.3.1/
Highlights:
Python compatibility Custom formatting Improved debugging
Tested on RHEL6, RHEL7, RHEL8, F26, F27, F28 and Rawhide. Want to try out? Experimenting is easy:
dnf copr enable psss/fmf dnf install fmf
cd /usr/share/doc/fmf*/examples/ fmf fmf --key test fmf --key test --brief fmf --key test --brief --debug fmf wget --key test --format '{0}: {1}\n' \ --value 'name' --value 'data["description"]'
See also initial draft of the essential attributes:
https://fedoraproject.org/wiki/CI/Metadata
Feedback welcome.
psss...