From cecff24a82e0cd31c4585df2cfb3004e0de1e2e0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Aug 2018 20:45:20 +0300 Subject: Change: do .deb release builds for the given distribution --- pipelines/debian.ick | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/debian.ick b/pipelines/debian.ick index 78827ed..586c1f3 100644 --- a/pipelines/debian.ick +++ b/pipelines/debian.ick @@ -164,6 +164,7 @@ pipelines: parameters: - sources - release_signing_keys + - distribution actions: - where: container @@ -184,7 +185,7 @@ pipelines: sys.path.insert(0, '/workspace/ick-helpers') import ick_helpers resultsdir = '.release-files' - ick_helpers.build_debian_releases(params['sources'], resultsdir) + ick_helpers.build_debian_releases(params, resultsdir) # Archive the release .debs and related files from .release-files in # the workspace. The deb_artifact parameter names the artifact. -- cgit v1.2.1