Lines Matching refs:readonly
159 [--readonly] [--ssl-cert-file] [--ssl-dialog] [--ssl-key-file]
207 disallowed. Cannot be used with --readonly or
218 --readonly Read-only operation; modifying operations disallowed.
239 access. Used with --readonly to allow server to
297 "proxy-base=", "readonly", "rebuild", "refresh-index",
389 ivalues["pkg"]["readonly"] = True
428 elif opt == "--readonly":
429 ivalues["pkg"]["readonly"] = True
561 readonly = dconf.get_property("pkg", "readonly")
567 if (rebuild or add_content) and (readonly or mirror):
568 usage("--readonly and --mirror cannot be used with --rebuild "
572 if reindex and readonly and not writable_root:
573 usage("--readonly can only be used with --refresh-index if "
842 if not readonly:
843 # Not readonly, so assume a new repository should be created.
859 read_only=readonly, root=inst_root,
875 # told to, and not in readonly/mirror mode.