- new: Status=Integration: RELEASE will be automatically created
- new: Add winst variable: IconFile - new: Add new winst variables: VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE CREATOR_TAG CREATOR_NAME CREATOR_EMAIL - optimize code, docu
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# Default values for OPSI builder system
|
||||
####################################################
|
||||
|
||||
|
||||
##################################
|
||||
# Global variables
|
||||
#################################
|
||||
@@ -12,7 +13,8 @@ TMP_DIR=/tmp
|
||||
# CREATOR
|
||||
###############################
|
||||
# Part of the published OPSI-package name
|
||||
CREATOR_TAG=unknown
|
||||
# Limitation: max 3 chars (beause OPSI limites REVISION to 16 chars)
|
||||
CREATOR_TAG=xx
|
||||
|
||||
# Additonal information from the person creating the packages
|
||||
CREATOR_NAME="Your name"
|
||||
@@ -30,6 +32,7 @@ OPSI_REPOS_PRODUCT_DIR=${OPSI_REPOS_BASE_DIR}/${STATUS}/${VENDOR}/${PN}/${VERSIO
|
||||
# OPSI-package filepattern
|
||||
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