Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDifferentiate between "nightly development config" and "release config" #21837
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we have prefs.json, which is applied to local builds and nightly builds. There is also package-prefs.json, which is merged into prefs.json for nightly builds. However, in some cases we would like local and nightly builds to behave the same, but we also want some kind of config that applies to blessed builds of some kind that represent something that is intended for a wider audience. We should create a third json file that is merged in this case, and add a flag to
./mach packagethat indicates that this configuration is desired.