summaryrefslogtreecommitdiff
path: root/docker/files/custom-vars
blob: cd8d8bbf7b1a17cdacdfe680d8513d2d686a54d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Set custom enviroment variables here
# or use gitlab CI to export them either
# in your .gitlab-ci.yml file or via
# secret variables from the web interface
# https://docs.gitlab.com/ce/ci/variables/README.html

export DEBFULLNAME=${DEBFULLNAME:-"Pixelated automated build"}

export REPOS=${REPOS:-"snapshots"}

export COMPONENTS=${COMPONENTS:-"$REPOS"}

export ARCH=${ARCH:-"amd64"}
export DIST=${DIST:-"jessie"}

# Lintian vars
LINTIAN_DEFAULT_OPTS=(-X filename-length)
export LINTIAN_OPTS=("${LINTIAN_OPTS:-${LINTIAN_DEFAULT_OPTS[@]}}")