- adding CREATOR_* variables. Place CREATOR_TAG to the package default filename

This commit is contained in:
2012-01-27 10:00:40 +01:00
parent 6c79660df7
commit 9be0bd41f1
2 changed files with 20 additions and 7 deletions

View File

@@ -8,6 +8,16 @@
#################################
TMP_DIR=/tmp
###############################
# CREATOR
###############################
# Part of the published OPSI-package name
CREATOR_TAG=unknown
# Additonal information from the person creating the packages
CREATOR_NAME="Your name"
CREATOR_EMAIL="your-email@domain.de"
##################################
# OPSI repository settings
#################################
@@ -18,7 +28,7 @@ OPSI_REPOS_BASE_DIR=$HOME/.opsi-repository
OPSI_REPOS_PRODUCT_DIR=${OPSI_REPOS_BASE_DIR}/${STATUS}/${VENDOR}/${PN}/${VERSION}-${RELEASE}
# OPSI-package filepattern
OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${RELEASE}.opsi
OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${CREATOR_TAG}${RELEASE}.opsi
# Force alway upload to opsi repos
# OPSI_REPOS_FORCE_UPLOAD=1