diff --git a/conf/opsi-builder.cfg b/conf/opsi-builder.cfg index 4e64374..2ad44fb 100644 --- a/conf/opsi-builder.cfg +++ b/conf/opsi-builder.cfg @@ -2,6 +2,20 @@ # opsi-builder.cfg # Default values for opsi-builder system #################################################### +# +# Define your local, private, individual, not-project dependent build setup +# in the file ~/.opsi-builder.cfg OR by using the environment variable OPSI_BUILDER +# pointing the the configuration. +# export OPSI_BUILDER=/home/dschwager/work/opsi-builder.cfg +# If no files are availble, the default values will be use +# from /conf/opsi-builder.cfg +# +# cp /conf/opsi-builder.cfg $HOME/.opsi-builder.cfg +# vi $HOME/.opsi-builder.cfg +# may you will change some locations +################################################### + + ################################## # Global variables diff --git a/doc/README-builder.txt b/doc/README-builder.txt index 2cacb5d..22dbf77 100644 --- a/doc/README-builder.txt +++ b/doc/README-builder.txt @@ -11,17 +11,7 @@ yum install git - -# Define your local, private, individual, not-project dependent build setup -# in the file ~/.opsi-builder.cfg OR by using the environment variable OPSI_BUILDER -# pointing the the configuration. -# export OPSI_BUILDER=/home/dschwager/work/opsi-builder.cfg -# If no files are availble, the default values will be use -# from /conf/opsi-builder.cfg - - cp /conf/opsi-builder.cfg $HOME/.opsi-builder.cfg - vi $HOME/.opsi-builder.cfg - # may you will change some locations +# Please check the conf/opsi-builder.conf for detailed information # May you will add opsi-builder.sh to your PATH export PATH=$HOME/work/devtools/bin:$PATH