Lines Matching refs:port
165 pkg.sysrepo -p <port> [-R image_root] [ -c cache_dir] [-h hostname]
548 def _write_httpd_conf(runtime_dir, log_dir, template_dir, host, port, cache_dir,
580 # check our port
582 num = int(port)
585 _("invalid port: {0}").format(port))
587 raise SysrepoException(_("invalid port: {0}").format(
588 port))
640 port=port,
796 def refresh_conf(image_root="/", port=None, runtime_dir=None,
831 port, cache_dir, cache_size, uri_pub_map, http_proxy,
862 port = None
886 port = arg
907 if not port:
908 usage(_("required port option missing."))
911 host=host, port=port, runtime_dir=runtime_dir,