33 lines
1.2 KiB
INI
33 lines
1.2 KiB
INI
############################
|
|
# build_local.cfg
|
|
# private configration for dschwager@opsi-staging.dtnet.de
|
|
############################
|
|
|
|
# temp directory
|
|
TMP_DIR=/tmp
|
|
|
|
# defines the base directory for the generic builder scripts
|
|
BUILDER_DIR=/home/dschwager/work/itwatch/builder
|
|
|
|
# Directory storing OPSI-packages after building
|
|
#OPSI_REPOS_BASE=/var/tmp/opsi/upload
|
|
#OPSI_REPOS_BASE=/home/dschwager/opsi.build-repos
|
|
|
|
# Directory- and filename pattern
|
|
OPSI_REPOS_BASE_DIR=/home/dschwager/opsi.build-repos
|
|
OPSI_REPOS_PRODUCT_DIR=${OPSI_REPOS_BASE_DIR}/${STATUS}/${VENDOR}/${PN}/${VERSION}-${RELEASE}
|
|
OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${RELEASE}.opsi
|
|
|
|
# Directory downloading/cacheing the artifacts like MSI package or icons from the vendor webside
|
|
DIST_CACHE_DIR=/home/dschwager/tmp/${PN}-${VERSION}-${RELEASE}
|
|
|
|
# private dist repository. You can use all variables from release.cfg insde the URL
|
|
# this optinal URL will be the FIRST url to check for downloading vendor stuff.
|
|
# To copy a local file, the repos should start with file://
|
|
# Default: <empty>
|
|
#DIST_PRIVATE_REPOS=http://repos.domain.d/opsi/$VENDOR/$PN/$VERSION
|
|
#DIST_PRIVATE_REPOS=http://ivyrepos.dtnet.de/v-$PN
|
|
DIST_PRIVATE_REPOS=file:///home/dschwager/vendor.repos/$VENDOR/$PN/$VERSION
|
|
|
|
|