Skip to content

Python cache fix

Steven Falco requested to merge github/fork/stevefalco/python_cache_fix into master

https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ require a small change to remove the pycache from our rpm files. This avoids a directory conflict.

Also found another place where it could be helpful to checkout the HEAD if a tag is not found.

Merge request reports