Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "official" and "unofficial" build configs #271

Open
joneschrisg opened this issue Apr 13, 2012 · 2 comments
Open

Add "official" and "unofficial" build configs #271

joneschrisg opened this issue Apr 13, 2012 · 2 comments

Comments

@joneschrisg
Copy link
Collaborator

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.

@mvines
Copy link

mvines commented Apr 13, 2012

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 )

@joneschrisg
Copy link
Collaborator Author

Works for me. I don't really care about the names.

Phone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants