Bug 1015018 - Remove "dep_signing_servers" and "nightly_signing_servers" from the macosx64-st-an-debug config
authorEhsan Akhgari <ehsan@mozilla.com>
Tue, 13 Jan 2015 00:12:58 -0500 (2015-01-13)
changeset 11662 3673b25e642932ce59f69be2dcbbbcb1d40b17d4
parent 11661 1ddca438b8fea99caaaa9a64fabd56d3ad6038d8
child 11663 37c5ded18dad5de9525578903db0c847a731679c
child 11664 6dc553dac3da47fb77d8e933042ef1b3b8b292bb
push id8479
push usereakhgari@mozilla.com
push dateTue, 13 Jan 2015 05:13:07 +0000 (2015-01-13)
bugs1015018
Bug 1015018 - Remove "dep_signing_servers" and "nightly_signing_servers" from the macosx64-st-an-debug config
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -1342,23 +1342,16 @@ PLATFORM_VARS = {
                 'PATH': '/tools/python/bin:/tools/buildbot/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin',
                 'CCACHE_DIR': '/builds/ccache',
                 'CCACHE_COMPRESS': '1',
                 'CCACHE_UMASK': '002',
             },
             'enable_unittests': False,
             'enable_checktests': False,
             'talos_masters': None,
-            # These refer to items in passwords.secrets
-            # nightly_signing_servers defaults to dep-signing because we don't want
-            # random new branches to accidentally use nightly-signing, which signs
-            # with valid keys. Any branch that needs to be signed with these keys
-            # must be overridden explicitly.
-            'nightly_signing_servers': 'dep-signing',
-            'dep_signing_servers': 'dep-signing',
             'tooltool_manifest_src': 'browser/config/tooltool-manifests/macosx64/releng.manifest',
             'enable_ccache': True,
         },
         'win32-debug': {
             'mozharness_python': ['c:/mozilla-build/python27/python', '-u'],
             'reboot_command': [
                 'c:/mozilla-build/python27/python', '-u',
                 'scripts/external_tools/count_and_reboot.py',