From 0d1023c49e4a618de8940b741a36a3be72abbb61 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 17 Nov 2015 09:37:06 -0600 Subject: [PATCH] ceph-build: separate deb build scripts from rpm build scripts We need these specific scripts grouped into their own shell directives so that if setup_deb exits on a centos node then setup_rpm will still be ran against that same node. Signed-off-by: Andrew Schoen --- ceph-build/config/definitions/ceph-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 4e93b41d..377fc8c8 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -35,12 +35,21 @@ project: ceph-setup filter: 'dist/**' which-build: last-successful + # general setup - shell: !include-raw: - ../../../scripts/build_utils.sh - ../../build/setup + # debian build scripts + - shell: + !include-raw: + - ../../../scripts/build_utils.sh - ../../build/setup_pbuilder - ../../build/build_deb + # rpm build scripts + - shell: + !include-raw: + - ../../../scripts/build_utils.sh - ../../build/build_rpm publishers: -- 2.39.5