Created
February 3, 2014 16:59
-
-
Save samjoch/8787736 to your computer and use it in GitHub Desktop.
gecko test update
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
# build new .mar file in objdir-gecko/dist/b2g-update/b2g-gecko-update.mar | |
./build.sh gecko-update-full | |
# save current version of gecko | |
mv ~/b2g/objdir-gecko/dist/b2g-update/b2g-gecko-update.mar ~/b2g-builds/gecko-custom-name.mar | |
# make ~/b2g/gecko-custom-name.mar available for device | |
python tools/update-tools/test-update.py ~/b2g-builds/gecko-custom-name.mar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment