From 33e0511001033fb62833a5205c96af66f042fc49 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 12 May 2017 19:25:13 +0200 Subject: Add gitlab-ci.yml to allow local and remote builds See https://github.com/pixelated/pixelated-user-agent.git for the documentation. --- docker/files/custom-vars | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker/files/custom-vars (limited to 'docker/files/custom-vars') diff --git a/docker/files/custom-vars b/docker/files/custom-vars new file mode 100644 index 00000000..cd8d8bbf --- /dev/null +++ b/docker/files/custom-vars @@ -0,0 +1,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[@]}}") -- cgit v1.2.3