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

Commit

Permalink
Merge pull request #183 from canuckistani/bug_840366
Browse files Browse the repository at this point in the history
Bug 840366 - add SDK 1.13.2 to Builder
  • Loading branch information
zalun committed Feb 12, 2013
2 parents d3a3568 + 020677e commit fc3bf5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
[submodule "lib/addon-sdk-1.13.1"] [submodule "lib/addon-sdk-1.13.1"]
path = lib/addon-sdk-1.13.1 path = lib/addon-sdk-1.13.1
url = git://github.com/mozilla/addon-sdk.git url = git://github.com/mozilla/addon-sdk.git
[submodule "lib/addon-sdk-1.13.2"]
path = lib/addon-sdk-1.13.2
url = git://github.com/mozilla/addon-sdk.git
1 change: 1 addition & 0 deletions lib/addon-sdk-1.13.2
Submodule addon-sdk-1.13.2 added at 42893f
4 changes: 2 additions & 2 deletions settings.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@


# The lowest approved SDK available for add-ons # 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') DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2', '1.13')
LOWEST_APPROVED_SDK = "1.13.1" LOWEST_APPROVED_SDK = "1.13.2"
TEST_SDK = 'addon-sdk-1.13.1' TEST_SDK = 'addon-sdk-1.13.2'
TEST_AMO_USERNAME = None TEST_AMO_USERNAME = None
TEST_AMO_PASSWORD = None TEST_AMO_PASSWORD = None
AUTH_DATABASE = None AUTH_DATABASE = None
Expand Down

0 comments on commit fc3bf5d

Please sign in to comment.