From b1343de9bc4070e34ecfecfbaf973fc871374f3b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 12 Aug 2016 12:42:25 -0400 Subject: [PATCH] functions: clone poi mitaka when cloning ceph/hammer When submitting a patch in puppet-ceph stable/hammer, we want to clone puppet-openstack-integration from stable/mitaka. This patch makes sure of that. Change-Id: I7a7190f0c9e7257f74672d8a8d63678706c63243 --- functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions b/functions index fa67c2f3d..a38d1249d 100644 --- a/functions +++ b/functions @@ -33,8 +33,10 @@ EOF # Ceph Jewel works with Newton and beyond. if [ "$ZUUL_BRANCH" == "stable/hammer" ] || [ "$ZUUL_BRANCH" == "stable/mitaka" ]; then PUPPET_CEPH_ZUUL_BRANCH='stable/hammer' + ZUUL_BRANCH='stable/mitaka' else PUPPET_CEPH_ZUUL_BRANCH=$ZUUL_BRANCH + ZUUL_BRANCH=$ZUUL_BRANCH fi # Periodic jobs run without ref on master