mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Download buildbot metadata via https
This commit is contained in:
parent
e217672c1a
commit
0ac730a38d
1 changed files with 4 additions and 4 deletions
|
@ -24,14 +24,14 @@ def main():
|
|||
)
|
||||
parser.add_argument("--index-url",
|
||||
type=str,
|
||||
default='http://build.servo.org/json',
|
||||
default='https://build.servo.org/json',
|
||||
help="the URL to get the JSON index data index from. "
|
||||
"Default: http://build.servo.org/json")
|
||||
"Default: https://build.servo.org/json")
|
||||
parser.add_argument("--build-url",
|
||||
type=str,
|
||||
default='http://build.servo.org/json/builders/{}/builds/{}',
|
||||
default='https://build.servo.org/json/builders/{}/builds/{}',
|
||||
help="the URL to get the JSON build data from. "
|
||||
"Default: http://build.servo.org/json/builders/{}/builds/{}")
|
||||
"Default: https://build.servo.org/json/builders/{}/builds/{}")
|
||||
parser.add_argument("--cache-dir",
|
||||
type=str,
|
||||
default=default_cache_dir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue