Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
/ b2g-installer Public archive

DEPRECATED - Tools to easily flash b2g on your android phone

Notifications You must be signed in to change notification settings

mozilla-b2g/b2g-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check online doc at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Building_and_installing_Firefox_OS/B2G_Installer_Addon

Quick cheat:
 - get a clone from mozilla-central
 - create a browser/extensions/b2g-installer/ inside and copy everything from this repo to browser/extensions/b2g-installer/
 OR
 - symlink browser/extensions/b2g-installer/ to this repo
 - change browser/extensions/moz.build and add "b2g-installer" in DIRS
 - ./mach build && ./mach build package in gecko to build
 - addon is built in objdir/dist/xpi-stage/b2g-installer/
 - running tests with:
   - ./mach mochitest browser/extensions/b2g-installer/
   - ./mach xpcshell-test browser/extensions/b2g-installer/
 - never forget to generate install.rdf and/or update.rdf

Releasing updates:
 - increment ADDON_VERSION
 - produce all platform XPIs, name them as "b2g-installer-@@ADDON_VERSION@@-@@PLATFORM@@.xpi"
 - copy in the repo
 - verify index.html.tmpl
 - XPIS="..." make dorelease
 - ... should generate and update verything
 - ... should commit new version
 - ... should tag new version
 - verify and |git push| to github

About

DEPRECATED - Tools to easily flash b2g on your android phone

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published