obs_clone: reword comment in project_workaround() since not temporary.

This commit is contained in:
Jimmy Berry 2018-01-12 16:41:48 -06:00
parent 4a131573c6
commit bae6c8db6b

View File

@ -118,7 +118,9 @@ def project_clone(apiurl_source, apiurl_target, project):
def project_workaround(project):
if project.get('name') == 'openSUSE:Factory':
# TODO #1335: temporary scariness from from revision 429.
# See #1335 for details about temporary workaround in revision 429, but
# suffice it to say that over-complicates clone with multiple loops and
# may be introduced from time to time when Factory repo is hosed.
scariness = project.xpath('repository[@name="standard"]/path[contains(@project, ":0-Bootstrap")]')
if len(scariness):
scariness[0].getparent().remove(scariness[0])