exit 0
fi
-[ "$TEST" = true ] && chacra_ref="$vers" || chacra_ref="test"
-vers=`cat ./dist/version`
-distro=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"`
-chacra_endpoint="ceph/${chacra_ref}/${distro}/{$dist}/${ARCH}"
-
-chacractl exists binaries/${chacra_endpoint}; exists=$? || true
-
-# if the binary already exists in chacra, do not rebuild
-if [ $exists -e 0 ] && [ "$FORCE" = false ] ; then
- echo "The endpoint at ${chacra_endpoint} already exists and FORCE was not set, Exiting..."
- exit 0
-fi
-
get_bptag() {
dist=$1
BPTAG=`get_bptag $DIST`
+[ "$TEST" = true ] && chacra_ref="$vers" || chacra_ref="test"
+vers=`cat ./dist/version`
+distro=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"`
+chacra_endpoint="ceph/${chacra_ref}/${distro}/{$dist}/${ARCH}"
+
+chacractl exists binaries/${chacra_endpoint}; exists=$? || true
+
+# if the binary already exists in chacra, do not rebuild
+if [ $exists -e 0 ] && [ "$FORCE" = false ] ; then
+ echo "The endpoint at ${chacra_endpoint} already exists and FORCE was not set, Exiting..."
+ exit 0
+fi
+
+
HOST=$(hostname --short)
echo "Building on $(hostname) Date: $(date)"
echo " DIST=${DIST}"