Platform/Projects/BuddyUp/Push to Marketplace
From MozillaWiki
< Platform | Projects/BuddyUp
Developer instructions
- Clone the repository
- Update version number in manifest.webapp
- Commit and push a tag for that version number
- cd app
- Change server in js/settings.js to https://support.mozilla.org
- Delete your temporary files, like .DS_Store (with zsh, rm **/.DS_Store)
- Delete the test directory: rm -rf test
- Compile template files: grunt nunjucks
- Do localization dance (see below)
- zip -r foo.zip *
- Submit to marketplace via https://marketplace.firefox.com/developers/app/buddyup/status
Product instructions
- Update the description (in every language)
- Choose categories
- Update privacy policy
- Update homepage
- Update link link to a website or an email for "support information"
- Update screenshots (and video). Those should be at least 320x480px JPG or PNG. Videos should be in WebM.
- We need an IARC certificate (International Age Rating Coalition)
- Update list of countries where it is available
Localization Dance
- Get a copy of the Sumo l10n svn repo at ./locale
- Extract strings from BuddyUp: grunt extract
- Perform a full extract+merge+sync for Sumo (see Sumo docs)
- Wait some time for localizers to localize any new strings (for example: https://localize.mozilla.org/es/sumo/LC_MESSAGES/buddyup.po)
- Deploy Sumo (see Sumo docs)
- Pull localizations from Sumo to BuddyUp: grunt get_localization