Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 702631 - linux, linux64 and mac partner repacks aren't triggered.…
Browse files Browse the repository at this point in the history
… r=catlee
  • Loading branch information
Rail Aliiev committed Nov 17, 2011
1 parent 2cf7736 commit ae8a8dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/python/release/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
# buildbot -> ftp platform mapping
ftp_platform_map = {'win32': 'win32', 'win64': 'win64', 'macosx': 'mac',
'linux': 'linux-i686', 'linux64': 'linux-x86_64',
'macosx64': 'mac', 'android': 'android-r7'}
'macosx64': 'mac', 'linux-android': 'android',
'linux-mobile': 'linux', 'macosx-mobile': 'macosx',
'win32-mobile': 'win32'}
# buildbot -> shipped-locales platform mapping
# TODO: make sure 'win64' is correct when shipped-locales becomes aware of it
sl_platform_map = {'win32': 'win32', 'win64': 'win64', 'macosx': 'osx',
Expand Down

0 comments on commit ae8a8dd

Please sign in to comment.