Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Adding Add-on SDK 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
canuckistani committed Mar 26, 2013
1 parent 0f43f44 commit c5d0fbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -97,3 +97,6 @@
[submodule "lib/addon-sdk-1.14rc1"]
path = lib/addon-sdk-1.14rc1
url = git://github.com/mozilla/addon-sdk.git
[submodule "lib/addon-sdk-1.14"]
path = lib/addon-sdk-1.14
url = git://github.com/mozilla/addon-sdk.git
1 change: 1 addition & 0 deletions lib/addon-sdk-1.14
Submodule addon-sdk-1.14 added at 39467a
6 changes: 3 additions & 3 deletions settings.py
Expand Up @@ -131,9 +131,9 @@
XPI_AMO_PREFIX = "ftp://ftp.mozilla.org/pub/mozilla.org/addons/"

# The lowest approved SDK available for add-ons
DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2', '1.13', '1.13.1')
LOWEST_APPROVED_SDK = "1.14rc1"
TEST_SDK = 'addon-sdk-1.14rc1'
DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2', '1.13', '1.13.1', '1.14rc1')
LOWEST_APPROVED_SDK = "1.14"
TEST_SDK = 'addon-sdk-1.14'
TEST_AMO_USERNAME = None
TEST_AMO_PASSWORD = None
AUTH_DATABASE = None
Expand Down

0 comments on commit c5d0fbd

Please sign in to comment.