bugzilla.py | 225 bug_server_host = "bugs.webkit.org" variable in class:Bugzilla 226 bug_server_regex = "https?://%s/" % re.sub('\.', '\\.', bug_server_host) 227 bug_server_url = "https://%s/" % bug_server_host 408 credentials = Credentials(self.bug_server_host, git_prefix="bugzilla") [all...] |