rebased onto 3b2e73b6127e9b27579e90f1aa2458f9cc5d7aec
@vmaljulin Please review. This would help to simplify some internal tests which would not require to spin up Koji instance.
File "/home/vmaljuli/workspace/greenwave/greenwave/policies.py", line 471, in greenwave TypeError: cannot unpack non-iterable NoneType object
I don't see any such error from tests.
@mkovarik Looks like this fix is really not needed. You just need to make sure that, in addition to KOJI_BASE_URL being empty, REMOTE_RULE_POLICIES and DIST_GIT_URL_TEMPLATE doesn't contain {pkg_name}, {pkg_namespace} or {rev}.
KOJI_BASE_URL
REMOTE_RULE_POLICIES
DIST_GIT_URL_TEMPLATE
{pkg_name}
{pkg_namespace}
{rev}
rebased onto eb2b0a772cfacf028c0bd8555b2137f0ab4f142d
I clarified the documentation instead of changing the code.
+1
rebased onto 6f15b71bea34afe7fbf9cc912ebf45dce78e6fae
Pull-Request has been merged by lholecek