Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Another bustage fix for json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Mar 17, 2011
1 parent 46a144f commit fc5cd0c
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions buildfarm/maintenance/production-masters.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/build_master5/tools",
"tools_branch": "default",
"http_port": "8010",
"pb_port": "9010",
"ssh_port": "1235",
"http_port": 8010,
"pb_port": 9010,
"ssh_port": 1235,
"datacentre": "scl"
},
{
Expand All @@ -347,9 +347,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/tests_master7/tools",
"tools_branch": "default",
"http_port": "8011",
"pb_port": "9011",
"ssh_port": "1236",
"http_port": 8011,
"pb_port": 9011,
"ssh_port": 1236,
"datacentre": "scl"
},
{
Expand All @@ -368,9 +368,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/try_master4/tools",
"tools_branch": "default",
"http_port": "8012",
"pb_port": "9012",
"ssh_port": "1238",
"http_port": 8012,
"pb_port": 9012,
"ssh_port": 1238,
"datacentre": "scl"
},
{
Expand All @@ -389,9 +389,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/build_master6/tools",
"tools_branch": "default",
"http_port": "8010",
"pb_port": "9010",
"ssh_port": "1235",
"http_port": 8010,
"pb_port": 9010,
"ssh_port": 1235,
"datacentre": "scl"
},
{
Expand Down Expand Up @@ -431,9 +431,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/try_master5/tools",
"tools_branch": "default",
"http_port": "8012",
"pb_port": "9012",
"ssh_port": "1238",
"http_port": 8012,
"pb_port": 9012,
"ssh_port": 1238,
"datacentre": "scl"
},
{
Expand All @@ -452,9 +452,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/build_master7/tools",
"tools_branch": "default",
"http_port": "8010",
"pb_port": "9010",
"ssh_port": "1235",
"http_port": 8010,
"pb_port": 9010,
"ssh_port": 1235,
"datacentre": "scl"
},
{
Expand All @@ -473,9 +473,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/tests_master8/tools",
"tools_branch": "default",
"http_port": "8011",
"pb_port": "9011",
"ssh_port": "1236",
"http_port": 8011,
"pb_port": 9011,
"ssh_port": 1236,
"datacentre": "scl"
},
{
Expand All @@ -494,9 +494,9 @@
"bbconfigs_branch": "production",
"tools_dir": "/builds/buildbot/try_master6/tools",
"tools_branch": "default",
"http_port": "8012",
"pb_port": "9012",
"ssh_port": "1238",
"http_port": 8012,
"pb_port": 9012,
"ssh_port": 1238,
"datacentre": "scl"
}
]
Expand Down

0 comments on commit fc5cd0c

Please sign in to comment.