fix problems with "." in PN name
This commit is contained in:
parent
f8cb696af9
commit
4e08250390
@ -2,6 +2,20 @@
|
|||||||
# opsi-builder.cfg
|
# opsi-builder.cfg
|
||||||
# Default values for opsi-builder system
|
# 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 <opsi-builder-home>/conf/opsi-builder.cfg
|
||||||
|
#
|
||||||
|
# cp <opsi-builder-home>/conf/opsi-builder.cfg $HOME/.opsi-builder.cfg
|
||||||
|
# vi $HOME/.opsi-builder.cfg
|
||||||
|
# may you will change some locations
|
||||||
|
###################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Global variables
|
# Global variables
|
||||||
|
@ -11,17 +11,7 @@
|
|||||||
yum install git
|
yum install git
|
||||||
|
|
||||||
|
|
||||||
|
# Please check the conf/opsi-builder.conf for detailed information
|
||||||
# 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 <opsi-builder-home>/conf/opsi-builder.cfg
|
|
||||||
|
|
||||||
cp <opsi-builder-home>/conf/opsi-builder.cfg $HOME/.opsi-builder.cfg
|
|
||||||
vi $HOME/.opsi-builder.cfg
|
|
||||||
# may you will change some locations
|
|
||||||
|
|
||||||
# May you will add opsi-builder.sh to your PATH
|
# May you will add opsi-builder.sh to your PATH
|
||||||
export PATH=$HOME/work/devtools/bin:$PATH
|
export PATH=$HOME/work/devtools/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user