This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
forked from felipelerena/FlightDeck
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version number changed in the docs
* Description of the AMO Integration added
- Loading branch information
Showing
4 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _amo_integration:: | ||
|
||
=============== | ||
AMO Integration | ||
=============== | ||
|
||
Builder is tightly integrated with `AMO <https://addons.mozilla.org>`_ | ||
That involves :ref:`amo-syncing_packages`, and login | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sync.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.. _amo-syncing_packages: | ||
|
||
================ | ||
Syncing Packages | ||
================ | ||
|
||
.. warning:: This features are under development | ||
|
||
|
||
Identification | ||
############## | ||
|
||
:class:`~jetpack.models.Package` has a field ``amo_id`` which used to | ||
store id of the related Package on the AMO. During the synchronization | ||
process program_id is updated, so all generated ``XPI`` are properly | ||
identified by AMO. | ||
|
||
|
||
Synchronizing an Addon existing on AMO | ||
###################################### | ||
|
||
User has an ability to display a list of his Addons on AMO and choose | ||
which one relies to the currently displayed Package. | ||
|
||
|
||
Create new Package | ||
################## | ||
|
||
Package created in the Builder can be exported to AMO. This action | ||
involves creating a new Addon on the AMO, uploading all necessary meta | ||
data and a ``XPI`` build on the Builder. | ||
|
||
|
||
Update an existing Package | ||
########################## | ||
|
||
If a Package is already synchronized, new version might be uploaded to AMO. | ||
This requires version name to be changed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters