Added creator_tag to path

This commit is contained in:
Daniel Schwager 2012-01-29 15:08:06 +01:00
parent 2b2446002b
commit d46a2af595

View File

@ -30,7 +30,6 @@ CREATOR_NAME="Your name"
CREATOR_EMAIL="your-email@domain.de" CREATOR_EMAIL="your-email@domain.de"
################################## ##################################
# OPSI repository settings # OPSI repository settings
################################# #################################
@ -38,13 +37,13 @@ CREATOR_EMAIL="your-email@domain.de"
OPSI_REPOS_BASE_DIR=$HOME/.opsi-repository OPSI_REPOS_BASE_DIR=$HOME/.opsi-repository
# Directory- and filename pattern # Directory- and filename pattern
OPSI_REPOS_PRODUCT_DIR=${OPSI_REPOS_BASE_DIR}/${STATUS}/${VENDOR}/${PN}/${VERSION}-${RELEASE} OPSI_REPOS_PRODUCT_DIR=${OPSI_REPOS_BASE_DIR}/${STATUS}/${VENDOR}/${PN}/${VERSION}-${CREATOR_TAG}${RELEASE}
# OPSI-package filepattern # OPSI-package filepattern
OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${CREATOR_TAG}${RELEASE} OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${CREATOR_TAG}${RELEASE}
# Force alway upload to opsi repos # Force alway upload to opsi repos
# OPSI_REPOS_FORCE_UPLOAD=1 # OPSI_REPOS_FORCE_UPLOAD=true
############################### ###############################