bug 1140439: graphene nightlies not showing up in latest-larch. r=jlund
authorBen Hearsum <bhearsum@mozilla.com>
Mon, 09 Mar 2015 09:51:59 -0400 (2015-03-09)
changeset 3725 310a5721cae79b1a4b75e611730623bd78c46033
parent 3724 29e05187fb530b4d368b76e750a5c6f920a94733
child 3726 303565d93a99b651ca0ceeb52fa94f77f6dd8180
push id2929
push userbhearsum@mozilla.com
push dateMon, 09 Mar 2015 13:52:07 +0000 (2015-03-09)
reviewersjlund
bugs1140439
bug 1140439: graphene nightlies not showing up in latest-larch. r=jlund
configs/builds/releng_sub_linux_configs/64_graphene.py
configs/builds/releng_sub_mac_configs/64_graphene.py
configs/builds/releng_sub_windows_configs/64_graphene.py
--- a/configs/builds/releng_sub_linux_configs/64_graphene.py
+++ b/configs/builds/releng_sub_linux_configs/64_graphene.py
@@ -5,17 +5,16 @@ config = {
         'clobber',
         'clone-tools',
         'setup-mock',
         'build',
         'update',  # may or may not happen based on query_is_nightly()
     ],
     'stage_platform': 'linux64',
     'stage_product': 'graphene',
-    'platform_supports_post_upload_to_latest': False,
     'enable_signing': False,
     'enable_talos_sendchange': False,
     'enable_count_ctors': False,
     'objdir': 'obj-graphene',
     #### 64 bit build specific #####
     'env': {
         'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
         'MOZ_AUTOMATION': '1',
--- a/configs/builds/releng_sub_mac_configs/64_graphene.py
+++ b/configs/builds/releng_sub_mac_configs/64_graphene.py
@@ -4,17 +4,16 @@ config = {
     'default_actions': [
         'clobber',
         'clone-tools',
         'build',
         'update',  # may or may not happen based on query_is_nightly()
     ],
     'stage_platform': 'mac',
     'stage_product': 'graphene',
-    'platform_supports_post_upload_to_latest': False,
     'enable_signing': False,
     'enable_talos_sendchange': False,
     'enable_count_ctors': False,
     'objdir': 'obj-graphene',
     #### 64 bit build specific #####
     'env': {
         'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
         'MOZ_AUTOMATION': '1',
--- a/configs/builds/releng_sub_windows_configs/64_graphene.py
+++ b/configs/builds/releng_sub_windows_configs/64_graphene.py
@@ -4,17 +4,16 @@ config = {
     'default_actions': [
         'clobber',
         'clone-tools',
         'build',
         'update',  # may or may not happen based on query_is_nightly()
     ],
     'stage_platform': 'win64',
     'stage_product': 'graphene',
-    'platform_supports_post_upload_to_latest': False,
     'enable_signing': False,
     'enable_talos_sendchange': False,
     'enable_count_ctors': False,
     'objdir': 'obj-graphene',
     'env': {
         'BINSCOPE': 'C:/Program Files (x86)/Microsoft/SDL BinScope/BinScope.exe',
         'HG_SHARE_BASE_DIR': 'C:/builds/hg-shared',
         'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),