Added creator_tag to path

This commit is contained in:
Daniel Schwager 2012-01-29 15:08:06 +01:00
parent 2b2446002b
commit d46a2af595
1 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,6 @@ CREATOR_NAME="Your name"
CREATOR_EMAIL="your-email@domain.de"
##################################
# OPSI repository settings
#################################
@ -38,13 +37,13 @@ CREATOR_EMAIL="your-email@domain.de"
OPSI_REPOS_BASE_DIR=$HOME/.opsi-repository
# 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_REPOS_FILE_PATTERN=${PN}_${VERSION}-${CREATOR_TAG}${RELEASE}
# Force alway upload to opsi repos
# OPSI_REPOS_FORCE_UPLOAD=1
# OPSI_REPOS_FORCE_UPLOAD=true
###############################