|
if not ud.proto in ('git', 'file', 'ssh', 'http', 'https', 'rsync'):
|
|
if not ud.proto in ('git', 'file', 'ssh', 'http', 'https', 'rsync'):
|
|
raise bb.fetch2.ParameterError("Invalid protocol type", ud.url)
|
|
raise bb.fetch2.ParameterError("Invalid protocol type", ud.url)
|