Skip to content

Instantly share code, notes, and snippets.

@rail
Created March 26, 2014 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rail/9775432 to your computer and use it in GitHub Desktop.
Save rail/9775432 to your computer and use it in GitHub Desktop.
diff --git a/configs/releases/bouncer_firefox_beta_stub.py b/configs/releases/bouncer_firefox_beta_stub.py
new file mode 100644
index 0000000..c8b83d3
--- /dev/null
+++ b/configs/releases/bouncer_firefox_beta_stub.py
@@ -0,0 +1,17 @@
+# lint_ignore=E501
+config = {
+ "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
+ "products": {
+ "stub-installer": {
+ "product-name": "Firefox-%(version)s-stub",
+ "ssl-only": True,
+ "add-locales": True,
+ "paths": {
+ "win32": {
+ "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20Stub%%20%(version)s.exe",
+ "bouncer-platform": "win",
+ },
+ },
+ },
+ },
+}
diff --git a/configs/releases/bouncer_firefox_release_stub.py b/configs/releases/bouncer_firefox_release_stub.py
new file mode 100644
index 0000000..c8b83d3
--- /dev/null
+++ b/configs/releases/bouncer_firefox_release_stub.py
@@ -0,0 +1,17 @@
+# lint_ignore=E501
+config = {
+ "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
+ "products": {
+ "stub-installer": {
+ "product-name": "Firefox-%(version)s-stub",
+ "ssl-only": True,
+ "add-locales": True,
+ "paths": {
+ "win32": {
+ "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20Stub%%20%(version)s.exe",
+ "bouncer-platform": "win",
+ },
+ },
+ },
+ },
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment