Searched refs:REMOVE_ORIGINS (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py103 REMOVE_ORIGINS = "remove_origins" variable
245 if opts[ORIGIN_URI] and opts[REMOVE_ORIGINS]:
247 [ORIGIN_URI, REMOVE_ORIGINS])
255 if opts[REPO_URI] and opts[REMOVE_ORIGINS]:
257 [REPO_URI, REMOVE_ORIGINS])
275 or opts[REPO_URI] or opts[REMOVE_ORIGINS] or opts[REMOVE_MIRRORS]):
277 [PROXY_URI, ADD_ORIGINS, ADD_MIRRORS, REMOVE_ORIGINS,
281 opts_new[REMOVE_ORIGINS] = set()
311 for e in opts[REMOVE_ORIGINS]:
315 opts_new[REMOVE_ORIGINS]
[all...]

Completed in 9 milliseconds