You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all b2g builds are configured to automatically update gaia and gecko. That's cool, except when you want to test with a local version, which is 100% of the time for developers.
We should add new targets -
config--official
config--unofficial
and have config-* default to unofficial. This will require all developers to reconfigure, so it's probably best to save this change for the Great Repo Switch-over.
The text was updated successfully, but these errors were encountered:
How about we leverage the existing eng vs user/userdebug build flavors? |make config-xyz| seems likely to go away when TGRS occurs, in fact it already has for me:
$ . build/envsetup && (lunch xyz-eng || lunch xyz-userdebug )
CC @mvines @michaelwu
Currently all b2g builds are configured to automatically update gaia and gecko. That's cool, except when you want to test with a local version, which is 100% of the time for developers.
We should add new targets -
config--official
config--unofficial
and have config-* default to unofficial. This will require all developers to reconfigure, so it's probably best to save this change for the Great Repo Switch-over.
The text was updated successfully, but these errors were encountered: