]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
-arm64: uncomment chacra lines now that it builds
authorDan Mick <dan.mick@redhat.com>
Wed, 30 Mar 2016 05:19:03 +0000 (22:19 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 30 Mar 2016 05:19:03 +0000 (22:19 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-build-arm64/build/build_deb

index b739600dada90f491955329ad6359bddce703b02..3c0888b8067e9355c04a044728ee6a70e6726d73 100644 (file)
@@ -39,7 +39,7 @@ distro=`python -c "exec 'import platform; print platform.linux_distribution()[0]
 chacra_endpoint="ceph/${chacra_ref}/${distro}/${DIST}/${ARCH}"
 
 # this exists in scripts/build_utils.sh
-# DJM check_binary_existence $chacra_endpoint
+check_binary_existence $chacra_endpoint
 
 HOST=$(hostname --short)
 echo "Building on $(hostname)"
@@ -171,4 +171,4 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb
 [ "$FORCE" = true ] && chacra_flags="--force" || chacra_flags=""
 
 # push binaries to chacra
-# DJM find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}
+find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}