
30 Mar
2015
30 Mar
'15
2:17 p.m.
This issue has already been fixed by the patch "[PATCH 1/3] Handle empty variables when updating YUM repository" which I sent last week. It just hasn't been committed yet due to another patch in that series which needs more work. On 30-03-2015 13:49, Daniel Henrique Barboza wrote:
This simple patch fixes the scenario in repositories.py where baseurl or mirrorlist is None and the code was executing baseurl.strip() and mirrorlist.strip(), leading to errors in tests/test_model.py (test_repository_update) and probably other bugs.
Signed-off-by: Daniel Henrique Barboza <dhbarboza82@gmail.com> ---