From fc29517231a6b074beb58a672d29bbe730186bad Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 3 Jun 2015 11:54:50 -0400 Subject: [PATCH] place the pbuilder setup script before the actual build step Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 8ad3c700..0d0b26d6 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -45,6 +45,8 @@ which-build: last-successful - shell: !include-raw ../../build/build1 + - shell: + !include-raw ../../build/setup_pbuilder - shell: !include-raw ../../build/build2 -- 2.39.5