From: Dan Mick Date: Wed, 30 Mar 2016 05:19:03 +0000 (-0700) Subject: -arm64: uncomment chacra lines now that it builds X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=faa0b9fa0fb6969f0037ce8f130f104c50d2b4d2;p=ceph-build.git -arm64: uncomment chacra lines now that it builds Signed-off-by: Dan Mick --- diff --git a/ceph-build-arm64/build/build_deb b/ceph-build-arm64/build/build_deb index b739600d..3c0888b8 100644 --- a/ceph-build-arm64/build/build_deb +++ b/ceph-build-arm64/build/build_deb @@ -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}