- adding CREATOR_* variables. Place CREATOR_TAG to the package default filename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user