Searched refs:bug_server_host (Results 1 – 2 of 2) sorted by relevance
225 bug_server_host = "bugs.webkit.org" variable in Bugzilla226 bug_server_regex = "https?://%s/" % re.sub('\.', '\\.', bug_server_host)227 bug_server_url = "https://%s/" % bug_server_host408 credentials = Credentials(self.bug_server_host, git_prefix="bugzilla")
34076 (Bugzilla.bug_server_host): Added. Extracted host name from34079 bug_server_host.