Lines Matching refs:REPO_URI
111 REPO_URI = "repo_uri"
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] and opts[PUB_DISABLE]:
263 [REPO_URI, PUB_DISABLE])
264 if opts[REPO_URI] and opts[PUB_ENABLE]:
266 [REPO_URI, PUB_ENABLE])
267 if opts[REPO_URI] and not opts[REFRESH_ALLOWED]:
269 [REPO_URI, REFRESH_ALLOWED])
270 if opts[REPO_URI] and opts[RESET_UUID]:
272 [REPO_URI, RESET_UUID])
275 or opts[REPO_URI] or opts[REMOVE_ORIGINS] or opts[REMOVE_MIRRORS]):
278 REMOVE_MIRRORS, REPO_URI])
331 if opts[REPO_URI]:
332 opts_new[REPO_URI] = misc.parse_uri(opts[REPO_URI],
945 (REPO_URI, None, [], {"type": ["null", "string"]}),