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

/pkg/src/modules/client/
H A Doptions.py111 REPO_URI = "repo_uri" variable
249 if opts[REPO_URI] and opts[ADD_ORIGINS]:
251 [REPO_URI, ADD_ORIGINS])
252 if opts[REPO_URI] and opts[ADD_MIRRORS]:
254 [REPO_URI, ADD_MIRRORS])
255 if opts[REPO_URI] and opts[REMOVE_ORIGINS]:
257 [REPO_URI, REMOVE_ORIGINS])
258 if opts[REPO_URI] and opts[REMOVE_MIRRORS]:
260 [REPO_URI, REMOVE_MIRRORS])
261 if opts[REPO_URI] an
[all...]

Completed in 39 milliseconds