Bug 1221917 followup to add trailing /
authorNick Thomas <nthomas@mozilla.com>
Mon, 16 Nov 2015 16:48:36 +1300 (2015-11-16)
changeset 13320 3f00d9ec8fa2b1b29aa12043b348668f30cb5eb9
parent 13318 1ef5a49fb8e0abe4cfa3924cf667a4a072efcee3
child 13321 919e4e945251f802a237696b1ef9fed1e5309442
child 13324 125a87363a41b0621cde2c9cfd7adf4e5d96dde6
push id9442
push usernthomas@mozilla.com
push dateMon, 16 Nov 2015 03:49:49 +0000 (2015-11-16)
bugs1221917
Bug 1221917 followup to add trailing /
mozilla-tests/b2g_production_config.py
mozilla-tests/b2g_staging_config.py
mozilla-tests/production_config.py
mozilla-tests/staging_config.py
mozilla-tests/thunderbird_production_config.py
mozilla-tests/thunderbird_staging_config.py
mozilla/b2g_production_config.py
mozilla/b2g_staging_config.py
mozilla/production_config.py
mozilla/staging_config.py
mozilla/thunderbird_production_config.py
mozilla/thunderbird_staging_config.py
--- a/mozilla-tests/b2g_production_config.py
+++ b/mozilla-tests/b2g_production_config.py
@@ -12,17 +12,17 @@ GLOBAL_VARS['stage_ssh_key'] = 'ffxbld_r
 
 # Local branch overrides
 BRANCHES = {
     'try': {
         'enable_mail_notifier': True,
         'notify_real_author': True,
         'enable_merging': False,
         'slave_key': 'try_slaves',
-        'package_url': 'https://archive.mozilla.org/pub/b2g/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/b2g/try-builds/',
         'package_dir': '%(who)s-%(got_revision)s',
         'stage_username': 'trybld',
         'stage_ssh_key': 'trybld_dsa',
     },
 }
 
 PLATFORM_VARS = {}
 
--- a/mozilla-tests/b2g_staging_config.py
+++ b/mozilla-tests/b2g_staging_config.py
@@ -7,17 +7,17 @@ GLOBAL_VARS = deepcopy(GLOBAL_VARS)
 GLOBAL_VARS['tinderbox_tree'] = 'MozillaTest'
 GLOBAL_VARS['stage_username'] = 'ffxbld'
 GLOBAL_VARS['stage_ssh_key'] = 'ffxbld_rsa'
 
 BRANCHES = {
     'try': {
         'enable_mail_notifier': False, # Set to True when testing
         'email_override': [], # Set to your address when testing
-        'package_url': 'http://ftp.stage.mozaws.net/pub/b2g/try-builds',
+        'package_url': 'http://ftp.stage.mozaws.net/pub/b2g/try-builds/',
         'package_dir': '%(who)s-%(got_revision)s',
         'stage_username': 'trybld',
         'stage_ssh_key': 'trybld_dsa',
     },
 }
 
 PLATFORM_VARS = {}
 
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -144,17 +144,17 @@ BRANCHES = {
     },
     'try': {
         'tinderbox_tree': 'Try',
         'mobile_tinderbox_tree': 'Try',
         'enable_mail_notifier': True,
         'notify_real_author': True,
         'enable_merging': False,
         'slave_key': 'try_slaves',
-        'package_url': 'https://archive.mozilla.org/pub/firefox/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/firefox/try-builds/',
         'package_dir': '%(who)s-%(got_revision)s',
         'stage_username': 'trybld',
         'stage_ssh_key': 'trybld_dsa',
     },
 }
 
 PLATFORM_VARS = {
 }
--- a/mozilla-tests/staging_config.py
+++ b/mozilla-tests/staging_config.py
@@ -19,17 +19,17 @@ GLOBAL_VARS = {
     'datazilla_url': 'https://datazilla.mozilla.org/test',
     'blob_upload': True,
 }
 
 BRANCHES = {
         'try': {
             'enable_mail_notifier': False, # Set to True when testing
             'email_override': [], # Set to your address when testing
-            'package_url': 'http://ftp.stage.mozaws.net/pub/firefox/try-builds',
+            'package_url': 'http://ftp.stage.mozaws.net/pub/firefox/try-builds/',
             'package_dir': '%(who)s-%(got_revision)s',
             'stage_username': 'trybld',
             'stage_ssh_key': 'trybld_dsa',
         },
 }
 
 PLATFORM_VARS = {
 }
--- a/mozilla-tests/thunderbird_production_config.py
+++ b/mozilla-tests/thunderbird_production_config.py
@@ -24,17 +24,17 @@ BRANCHES = {
         'tinderbox_tree': 'Thunderbird-Aurora',
     },
     'try-comm-central': {
         'tinderbox_tree': 'Try-Comm-Central',
         'enable_mail_notifier': True,
         'notify_real_author': True,
         'enable_merging': False,
         'slave_key': 'try_slaves',
-        'package_url': 'https://archive.mozilla.org/pub/thunderbird/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/thunderbird/try-builds/',
         'package_dir': '%(who)s-%(got_revision)s',
         'stage_username': 'tbirdbld',
         'stage_ssh_key': 'tbirdbld_dsa',
     },
 }
 
 PLATFORM_VARS = {}
 
--- a/mozilla-tests/thunderbird_staging_config.py
+++ b/mozilla-tests/thunderbird_staging_config.py
@@ -7,17 +7,17 @@ GLOBAL_VARS = deepcopy(GLOBAL_VARS)
 GLOBAL_VARS['tinderbox_tree'] = 'ThunderbirdTest'
 GLOBAL_VARS['stage_username'] = 'tbirdbld'
 GLOBAL_VARS['stage_ssh_key'] = 'tbirdbld_dsa'
 
 BRANCHES = {
     'try-comm-central': {
             'enable_mail_notifier': False, # Set to True when testing
             'email_override': [], # Set to your address when testing
-            'package_url': 'http://ftp.stage.mozaws.net/pub/thunderbird/try-builds',
+            'package_url': 'http://ftp.stage.mozaws.net/pub/thunderbird/try-builds/',
             'package_dir': '%(who)s-%(got_revision)s',
             'stage_username': 'tbirdbld',
             'stage_ssh_key': 'tbirdbld_dsa',
     },
 }
 
 PLATFORM_VARS = {}
 
--- a/mozilla/b2g_production_config.py
+++ b/mozilla/b2g_production_config.py
@@ -9,16 +9,16 @@ GLOBAL_VARS = deepcopy(localconfig.GLOBA
 # this can be removed when b2g has transitioned to S3
 GLOBAL_VARS.update({
     'stage_server': 'stage.mozilla.org',
 })
 
 # Local branch overrides
 BRANCHES = {
     'try': {
-        'package_url': 'https://archive.mozilla.org/pub/b2g/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/b2g/try-builds/',
     },
 }
 
 PLATFORM_VARS = {}
 
 PROJECTS = {}
 BUILDS_BEFORE_REBOOT = localconfig.BUILDS_BEFORE_REBOOT
--- a/mozilla/b2g_staging_config.py
+++ b/mozilla/b2g_staging_config.py
@@ -9,16 +9,16 @@ GLOBAL_VARS = deepcopy(localconfig.GLOBA
 # this can be removed when b2g has transitioned to S3
 GLOBAL_VARS.update({
     'stage_server': 'stage.mozilla.org',
 })
 
 # Local branch overrides
 BRANCHES = {
     'try': {
-        'package_url': 'http://ftp.stage.mozaws.net/pub/b2g/try-builds',
+        'package_url': 'http://ftp.stage.mozaws.net/pub/b2g/try-builds/',
     },
 }
 
 PLATFORM_VARS = {}
 
 PROJECTS = {}
 BUILDS_BEFORE_REBOOT = localconfig.BUILDS_BEFORE_REBOOT
--- a/mozilla/production_config.py
+++ b/mozilla/production_config.py
@@ -115,17 +115,17 @@ BRANCHES = {
     },
     'try': {
         'tinderbox_tree': 'Try',
         'mobile_tinderbox_tree': 'Try',
         'download_base_url': 'https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/try-builds',
         'mobile_download_base_url': 'https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/try-builds',
         'enable_mail_notifier': True,
         'notify_real_author': True,
-        'package_url': 'https://archive.mozilla.org/pub/firefox/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/firefox/try-builds/',
         'talos_masters': [],
         'platforms': {
             'win32': {
                 'env': {
                     'SYMBOL_SERVER_HOST': 'relengweb1.dmz.scl3.mozilla.com',
                     'MOZ_OBJDIR': 'obj-firefox',
                     'TINDERBOX_OUTPUT': '1',
                     'MOZ_CRASHREPORTER_NO_REPORT': '1',
--- a/mozilla/staging_config.py
+++ b/mozilla/staging_config.py
@@ -111,17 +111,17 @@ BRANCHES = {
         'enable_hpkp_update': False,
         'file_update_on_closed_tree': False,
     },
     'try': {
         'download_base_url': 'http://dev-stage01.srv.releng.scl3.mozilla.com/pub/mozilla.org/firefox',
         'mobile_download_base_url': 'http://dev-stage01.srv.releng.scl3.mozilla.com/pub/mozilla.org/mobile',
         'enable_mail_notifier': False, # Set to True when testing
         'email_override': [], # Set to your address when testing
-        'package_url': 'http://ftp.stage.mozaws.net/pub/firefox/try-builds',
+        'package_url': 'http://ftp.stage.mozaws.net/pub/firefox/try-builds/',
         'talos_masters': [],
         'platforms': {
             'win32': {
                 'env': {
                     'SYMBOL_SERVER_HOST': 'dev-stage01.srv.releng.scl3.mozilla.com',
                     'MOZ_OBJDIR': 'obj-firefox',
                     'TINDERBOX_OUTPUT': '1',
                     'MOZ_CRASHREPORTER_NO_REPORT': '1',
--- a/mozilla/thunderbird_production_config.py
+++ b/mozilla/thunderbird_production_config.py
@@ -56,17 +56,17 @@ BRANCHES = {
         'tinderbox_tree': 'Thunderbird-Aurora',
     },
     'try-comm-central': {
         'stage_server': 'upload.trybld.productdelivery.prod.mozaws.net',
         'tinderbox_tree': 'Try-Comm-Central',
         'download_base_url': 'http://archive.mozilla.org/pub/thunderbird/try-builds',
         'enable_mail_notifier': True,
         'notify_real_author': True,
-        'package_url': 'https://archive.mozilla.org/pub/thunderbird/try-builds',
+        'package_url': 'https://archive.mozilla.org/pub/thunderbird/try-builds/',
         'talos_masters': [],
         'platforms': {
             'win32': {
                 'env': {
                     'SYMBOL_SERVER_HOST': 'build.mozilla.org',
                     'MOZ_OBJDIR': 'objdir-tb',
                     'TINDERBOX_OUTPUT': '1',
                     'MOZ_CRASHREPORTER_NO_REPORT': '1',
--- a/mozilla/thunderbird_staging_config.py
+++ b/mozilla/thunderbird_staging_config.py
@@ -46,17 +46,17 @@ BRANCHES = {
         'file_update_on_closed_tree': False,
     },
     'try-comm-central': {
         # all try builds go via trybld hosts
         'stage_server': 'upload.trybld.productdelivery.stage.mozaws.net',
         'download_base_url': 'http://ftp.stage.mozaws.net/pub/thunderbird/try-builds',
         'enable_mail_notifier': False, # Set to True when testing
         'email_override': [], # Set to your address when testing
-        'package_url': 'http://ftp.stage.mozaws.net/pub/thunderbird/try-builds',
+        'package_url': 'http://ftp.stage.mozaws.net/pub/thunderbird/try-builds/',
         'talos_masters': [],
         'platforms': {
             'win32': {
                 'env': {
                     'SYMBOL_SERVER_HOST': 'dev-stage01.srv.releng.scl3.mozilla.com',
                     'MOZ_OBJDIR': 'objdir-tb',
                     'TINDERBOX_OUTPUT': '1',
                     'MOZ_CRASHREPORTER_NO_REPORT': '1',