| Index: masters/master.client.libjingle/master_site_config.py
|
| diff --git a/masters/master.client.libjingle/master_site_config.py b/masters/master.client.libjingle/master_site_config.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c1d7b95aec2d2a36799e250407565ce6ffaae13f
|
| --- /dev/null
|
| +++ b/masters/master.client.libjingle/master_site_config.py
|
| @@ -0,0 +1,16 @@
|
| +# Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +"""ActiveMaster definition."""
|
| +
|
| +from config import Master
|
| +
|
| +class Libjingle(Master.Master3):
|
| + project_name = 'Libjingle'
|
| + master_port = 8061
|
| + slave_port = 8161
|
| + master_port_alt = 8261
|
| + server_url = 'http://libjingle.googlecode.com'
|
| + project_url = 'http://libjingle.googlecode.com'
|
| + from_address = 'libjingle-cb-watchlist@google.com'
|
|
|