User:Clouserw/Builder/upgrading: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "The decision was made that only add-ons from builder.addons.mozilla.org should be able to be automatically upgraded on AMO. Steps to get there: - Adjust SDK to allow us to send...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
The decision was made that only add-ons from builder.addons.mozilla.org should be able to be automatically upgraded on AMO. Steps to get there: | The decision was made that only add-ons from builder.addons.mozilla.org should be able to be automatically upgraded on AMO. Steps to get there: | ||
* Adjust SDK to allow us to send the builder key/value in package.json | |||
* Add builder identifier to package.json | |||
* AMO should pick up on the builder identifier in the package.json | |||
* AMO should only send "builder" add-ons to be repacked via the admin tool | |||
* AMO should only send the necessary data to builder (no longer the file URL) | |||
* Builder should only require the necessary data from AMO (no longer the file URL) | |||
* Builder should use its knowledge of the add-on to build a new package instead of trying to repack one that AMO sends |
Revision as of 22:08, 27 October 2011
The decision was made that only add-ons from builder.addons.mozilla.org should be able to be automatically upgraded on AMO. Steps to get there:
- Adjust SDK to allow us to send the builder key/value in package.json
- Add builder identifier to package.json
- AMO should pick up on the builder identifier in the package.json
- AMO should only send "builder" add-ons to be repacked via the admin tool
- AMO should only send the necessary data to builder (no longer the file URL)
- Builder should only require the necessary data from AMO (no longer the file URL)
- Builder should use its knowledge of the add-on to build a new package instead of trying to repack one that AMO sends