From: Andrew Schoen Date: Tue, 17 Nov 2015 15:37:06 +0000 (-0600) Subject: ceph-build: separate deb build scripts from rpm build scripts X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d1023c49e4a618de8940b741a36a3be72abbb61;p=ceph-build.git 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 --- 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: