From db6f6fb36c431005c807919b1688ccfbe52bae28 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 26 Oct 2015 14:06:59 -0500 Subject: [PATCH] change the property TEST_BUILD to TEST Signed-off-by: Andrew Schoen --- ceph-build-next/build/build_deb | 2 +- ceph-build-next/build/build_rpm | 2 +- ceph-next/config/definitions/ceph-next.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph-build-next/build/build_deb b/ceph-build-next/build/build_deb index 3c00433f..cb1eafe1 100644 --- a/ceph-build-next/build/build_deb +++ b/ceph-build-next/build/build_deb @@ -160,7 +160,7 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb echo "Start Time = $start_time" echo " End Time = $(date)" -[ "$TEST_BUILD" = true ] && chacra_ref="$vers" || chacra_ref="test" +[ "$TEST" = true ] && chacra_ref="$vers" || chacra_ref="test" # push binaries to chacra find release/$vers/ | grep 'changes\|deb\|dsc\|gz' | chacractl binary create ceph/${chacra_ref}/${distro}/{$dist}/${ARCH} diff --git a/ceph-build-next/build/build_rpm b/ceph-build-next/build/build_rpm index 447fa180..cf93fd4a 100644 --- a/ceph-build-next/build/build_rpm +++ b/ceph-build-next/build/build_rpm @@ -105,7 +105,7 @@ echo done # Make sure we execute at the top level directory cd "$WORKSPACE" -[ "$TEST_BUILD" = true ] && chacra_ref="$vers" || chacra_ref="test" +[ "$TEST" = true ] && chacra_ref="$vers" || chacra_ref="test" # push binaries to chacra find release/${vers}/rpm/*/SRPMS | grep rpm | chacractl binary create ceph/${chacra_ref}/${DISTRO}/${RELEASE}/source diff --git a/ceph-next/config/definitions/ceph-next.yml b/ceph-next/config/definitions/ceph-next.yml index af50892d..02cdb6ed 100644 --- a/ceph-next/config/definitions/ceph-next.yml +++ b/ceph-next/config/definitions/ceph-next.yml @@ -33,7 +33,7 @@ If this is checked, then the builds will be signed by the release key (460F3994) Only check this box if we will be shipping the packages as formal releases." - bool: - name: TEST_BUILD + name: TEST description: " If this is unchecked, then the builds will be pushed to chacra with the correct ref. This is the default.<br/> -- 2.39.5