From dec8adcb2437404cac1a9d78ccf3bbcaca379be7 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 31 Oct 2010 14:23:57 +0100 Subject: [PATCH] [examples] add information regarding variables configuration behaviour --- examples/specs/sabayon/corecdx.common | 11 +++++++++++ examples/specs/sabayon/gnome.common | 11 +++++++++++ examples/specs/sabayon/kde.common | 11 +++++++++++ examples/specs/sabayon/lxde.common | 11 +++++++++++ .../sabayon/spinbase-amazon-ami-image-template.common | 11 +++++++++++ .../specs/sabayon/spinbase-openvz-template.common | 11 +++++++++++ examples/specs/sabayon/spinbase.common | 11 +++++++++++ examples/specs/sabayon/xfce.common | 11 +++++++++++ 8 files changed, 88 insertions(+) diff --git a/examples/specs/sabayon/corecdx.common b/examples/specs/sabayon/corecdx.common index 5e5bdbd..1e47397 100644 --- a/examples/specs/sabayon/corecdx.common +++ b/examples/specs/sabayon/corecdx.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be # "iso_remaster" execution_strategy: iso_remaster diff --git a/examples/specs/sabayon/gnome.common b/examples/specs/sabayon/gnome.common index 2133112..26d2950 100644 --- a/examples/specs/sabayon/gnome.common +++ b/examples/specs/sabayon/gnome.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be # "iso_remaster" execution_strategy: iso_remaster diff --git a/examples/specs/sabayon/kde.common b/examples/specs/sabayon/kde.common index 1ea707f..fd14ea7 100644 --- a/examples/specs/sabayon/kde.common +++ b/examples/specs/sabayon/kde.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be # "iso_remaster" execution_strategy: iso_remaster diff --git a/examples/specs/sabayon/lxde.common b/examples/specs/sabayon/lxde.common index 655fca8..964d15e 100644 --- a/examples/specs/sabayon/lxde.common +++ b/examples/specs/sabayon/lxde.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be # "iso_remaster" execution_strategy: iso_remaster diff --git a/examples/specs/sabayon/spinbase-amazon-ami-image-template.common b/examples/specs/sabayon/spinbase-amazon-ami-image-template.common index 66def01..50cc35b 100644 --- a/examples/specs/sabayon/spinbase-amazon-ami-image-template.common +++ b/examples/specs/sabayon/spinbase-amazon-ami-image-template.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be execution_strategy: iso_to_image diff --git a/examples/specs/sabayon/spinbase-openvz-template.common b/examples/specs/sabayon/spinbase-openvz-template.common index c51c454..d497236 100644 --- a/examples/specs/sabayon/spinbase-openvz-template.common +++ b/examples/specs/sabayon/spinbase-openvz-template.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be execution_strategy: iso_to_tar diff --git a/examples/specs/sabayon/spinbase.common b/examples/specs/sabayon/spinbase.common index b658300..a611008 100644 --- a/examples/specs/sabayon/spinbase.common +++ b/examples/specs/sabayon/spinbase.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Execution strategy execution_strategy: livecd diff --git a/examples/specs/sabayon/xfce.common b/examples/specs/sabayon/xfce.common index 07b9cd6..c9dbef2 100644 --- a/examples/specs/sabayon/xfce.common +++ b/examples/specs/sabayon/xfce.common @@ -1,3 +1,14 @@ +# WARNING: +# variables in your .spec files importing this .common header, +# DO NOT override the ones set here, but rather their values will +# be concatenated. +# So, if this files has: +# my_variable: hello_world +# And you import this (through %import file.common) and set +# my_variable: go_to_hell +# You will get my_variable containing: "hello_world go_to_hell" +# It doesn't work like in programming languages! + # Define an alternative execution strategy, in this case, the value must be # "iso_remaster" execution_strategy: iso_remaster