feat(profiles): New generic/dev and generic/prod profiles.

The dev images are going to become complete build environments. Keeping
track of the differences between the two via profiles will be easier
than making the current prod and dev image scripts even more complex.
This commit is contained in:
Michael Marineau 2014-06-09 15:58:38 -07:00
parent 2e47e89048
commit 4c248dd06c
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
..
:coreos/targets/generic/dev

View File

@ -0,0 +1,2 @@
..
:coreos/targets/generic/prod

View File

@ -0,0 +1,7 @@
Profile settings specific to "dev" images and containers.
Settings here must *ONLY* influence installing binary packages and never
change build time settings like USE or CFLAGS because binary packages
are shared between dev and prod, dev just includes more stuff.
For example, INSTALL_MASK and package.provided are ok.

View File

@ -0,0 +1,7 @@
Profile settings specific to "prod" images.
Settings here must *ONLY* influence installing binary packages and never
change build time settings like USE or CFLAGS because binary packages
are shared between dev and prod, dev just includes more stuff.
For example, INSTALL_MASK and package.provided are ok.

View File

@ -1,4 +1,6 @@
amd64 coreos/amd64/generic dev
amd64 coreos/amd64/generic/dev dev
amd64 coreos/amd64/generic/prod dev
amd64 coreos/amd64/sdk dev
amd64 default/linux/amd64/10.0 dev
amd64 default/linux/amd64/10.0/coreos dev