From 562ab93f9447458049a108d5ff61a5c2dc7b2ae5 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 16 Aug 2016 07:14:35 -0400 Subject: [PATCH] ceph-dev-build: use chacra endpoints with flavors for building DEBs Signed-off-by: Alfredo Deza --- ceph-dev-build/build/build_deb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-dev-build/build/build_deb b/ceph-dev-build/build/build_deb index 239ca986..9d11ef51 100644 --- a/ceph-dev-build/build/build_deb +++ b/ceph-dev-build/build/build_deb @@ -65,8 +65,8 @@ gen_debian_version() { bpvers=`gen_debian_version $debian_version $DIST` # look for a specific package to tell if we can avoid the build -chacra_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}/${ARCH}" -chacra_repo_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}" +chacra_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}/${ARCH}/flavors/${FLAVOR}" +chacra_repo_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}/flavors/${FLAVOR}" DEB_ARCH=`dpkg-architecture | grep DEB_BUILD_ARCH\= | cut -d '=' -f 2` chacra_check_url="${chacra_endpoint}/librados2_${bpvers}_${DEB_ARCH}.deb" -- 2.39.5