bouncer_firefox_beta.py 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. # lint_ignore=E501
  2. config = {
  3. "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
  4. "products": {
  5. "installer": {
  6. "product-name": "Firefox-%(version)s",
  7. "check_uptake": True,
  8. "alias": "firefox-beta-latest",
  9. "ssl-only": False,
  10. "add-locales": True,
  11. "paths": {
  12. "linux": {
  13. "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
  14. "bouncer-platform": "linux",
  15. },
  16. "linux64": {
  17. "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
  18. "bouncer-platform": "linux64",
  19. },
  20. "macosx64": {
  21. "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
  22. "bouncer-platform": "osx",
  23. },
  24. "win32": {
  25. "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
  26. "bouncer-platform": "win",
  27. },
  28. "win64": {
  29. "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
  30. "bouncer-platform": "win64",
  31. },
  32. },
  33. },
  34. "installer-ssl": {
  35. "product-name": "Firefox-%(version)s-SSL",
  36. "check_uptake": True,
  37. "alias": "firefox-beta-latest-ssl",
  38. "ssl-only": True,
  39. "add-locales": True,
  40. "paths": {
  41. "linux": {
  42. "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
  43. "bouncer-platform": "linux",
  44. },
  45. "linux64": {
  46. "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
  47. "bouncer-platform": "linux64",
  48. },
  49. "macosx64": {
  50. "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
  51. "bouncer-platform": "osx",
  52. },
  53. "win32": {
  54. "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
  55. "bouncer-platform": "win",
  56. },
  57. "win64": {
  58. "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
  59. "bouncer-platform": "win64",
  60. },
  61. },
  62. },
  63. "stub-installer": {
  64. "product-name": "Firefox-%(version)s-stub",
  65. "check_uptake": True,
  66. "alias": "firefox-beta-stub",
  67. "ssl-only": True,
  68. "add-locales": True,
  69. "paths": {
  70. "win32": {
  71. "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20Stub%%20%(version)s.exe",
  72. "bouncer-platform": "win",
  73. },
  74. },
  75. },
  76. "sha1-installer": {
  77. "product-name": "Firefox-%(version)s-sha1",
  78. "check_uptake": True,
  79. "alias": "firefox-beta-sha1",
  80. "ssl-only": True,
  81. "add-locales": True,
  82. "paths": {
  83. "win32": {
  84. "path": "/firefox/releases/%(version)s/win32-sha1/:lang/Firefox%%20Setup%%20%(version)s.exe",
  85. "bouncer-platform": "win",
  86. },
  87. },
  88. },
  89. "complete-mar": {
  90. "product-name": "Firefox-%(version)s-Complete",
  91. "check_uptake": True,
  92. "ssl-only": False,
  93. "add-locales": True,
  94. "paths": {
  95. "linux": {
  96. "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
  97. "bouncer-platform": "linux",
  98. },
  99. "linux64": {
  100. "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
  101. "bouncer-platform": "linux64",
  102. },
  103. "macosx64": {
  104. "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
  105. "bouncer-platform": "osx",
  106. },
  107. "win32": {
  108. "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
  109. "bouncer-platform": "win",
  110. },
  111. "win64": {
  112. "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
  113. "bouncer-platform": "win64",
  114. },
  115. },
  116. },
  117. },
  118. "partials": {
  119. "releases-dir": {
  120. "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
  121. "check_uptake": True,
  122. "ssl-only": False,
  123. "add-locales": True,
  124. "paths": {
  125. "linux": {
  126. "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
  127. "bouncer-platform": "linux",
  128. },
  129. "linux64": {
  130. "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
  131. "bouncer-platform": "linux64",
  132. },
  133. "macosx64": {
  134. "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
  135. "bouncer-platform": "osx",
  136. },
  137. "win32": {
  138. "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
  139. "bouncer-platform": "win",
  140. },
  141. "win64": {
  142. "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
  143. "bouncer-platform": "win64",
  144. },
  145. },
  146. },
  147. },
  148. }