From: Dan Mick Date: Wed, 23 Mar 2016 00:35:04 +0000 (-0700) Subject: ceph-build-arm64: tweaks for avoiding more chacra, correct dist X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4a78b82304edeaee591d17e7a17d5011c1163cae;p=ceph-build.git ceph-build-arm64: tweaks for avoiding more chacra, correct dist Signed-off-by: Dan Mick --- diff --git a/ceph-build-arm64/build/build_deb b/ceph-build-arm64/build/build_deb index 4974da63..b739600d 100644 --- a/ceph-build-arm64/build/build_deb +++ b/ceph-build-arm64/build/build_deb @@ -16,6 +16,7 @@ get_bptag() { [ "$dist" = "wheezy" ] && dver="~bpo70+1" [ "$dist" = "squeeze" ] && dver="~bpo60+1" [ "$dist" = "lenny" ] && dver="~bpo50+1" + [ "$dist" = "xenial" ] && dver="$dist" [ "$dist" = "trusty" ] && dver="$dist" [ "$dist" = "saucy" ] && dver="$dist" [ "$dist" = "precise" ] && dver="$dist" @@ -38,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 -check_binary_existence $chacra_endpoint +# DJM check_binary_existence $chacra_endpoint HOST=$(hostname --short) echo "Building on $(hostname)" @@ -170,4 +171,4 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb [ "$FORCE" = true ] && chacra_flags="--force" || chacra_flags="" # push binaries to chacra -# find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} +# DJM find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}