]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-build: use chacra endpoints with flavors for building DEBs 432/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 16 Aug 2016 11:14:35 +0000 (07:14 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 17 Aug 2016 14:42:21 +0000 (10:42 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-dev-build/build/build_deb

index 239ca986d0aa77590b5aae5e3bca851b279d8f36..9d11ef5174456a1f8c1ee969545ffa07b43a89b4 100644 (file)
@@ -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"