Bug 1228644 - Created symbols_url is broken on Windows in case an installer is used. r=ahal

This commit is contained in:
Henrik Skupin 2015-11-30 16:38:58 +01:00
parent 99d86bb64e
commit afe429ed59

View File

@ -31,7 +31,11 @@ from mozharness.mozilla.tooltool import TooltoolMixin
from mozharness.lib.python.authentication import get_credentials
INSTALLER_SUFFIXES = ('.tar.bz2', '.zip', '.dmg', '.exe', '.apk', '.tar.gz')
INSTALLER_SUFFIXES = ('.apk', # Android
'.tar.bz2', '.tar.gz', # Linux
'.dmg', # Mac
'.installer-stub.exe', '.installer.exe', '.exe', '.zip', # Windows
)
testing_config_options = [
[["--installer-url"],