From: Alfredo Deza Date: Tue, 16 Aug 2016 11:14:35 +0000 (-0400) Subject: ceph-dev-build: use chacra endpoints with flavors for building DEBs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F432%2Fhead;p=ceph-build.git ceph-dev-build: use chacra endpoints with flavors for building DEBs Signed-off-by: Alfredo Deza --- 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"