From 5c55de6ccf3e97bd98989abaf43ed4f5a33f9219 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 31 Mar 2021 10:49:34 +0300 Subject: add bumper to ci-prod.ick --- ci-prod.ick | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index aa934de..0abe86e 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -757,6 +757,18 @@ projects: workspace_name: obnam pipelines: *deb_ci_rustup_with_check_pipelines + - project: bumper + parameters: + <<: *dummy_program_params + sources: + - name: code + repo: git://git.liw.fi/bumper-rs + ref: main + location: src + rsync_target: ickliwfi@http.liw.fi:/srv/http/bumper.liw.fi + workspace_name: bumper + pipelines: *deb_ci_rustup_with_check_pipelines + - project: ick2 parameters: <<: *dummy_program_params @@ -965,7 +977,13 @@ pipelines: dch --no-conf -v "$civersion" -D "${distribution}-ci" --force-distribution "CI build" if ! dpkg-buildpackage -us -uc -sa then - echo dpkg-buildpackage failed, ignoring that + echo dpkg-buildpackage failed + for diff in /tmp/*.diff.* + do + echo "$diff" + cat "$diff" + done + exit 1 fi - pipeline: rust_run_check_if_there -- cgit v1.2.1