From c62bf30cea82fda56482a6b9cb6190fa9af89af9 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 3 Oct 2016 11:19:30 -0500 Subject: [PATCH] ceph-dev-build: write the correct vars to build_info in setup_rpm I was using the incorrect values for the NORMAL_* values in setup_rpm which was posting incorrect information to shaman. Signed-off-by: Andrew Schoen --- ceph-dev-build/build/setup_rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-dev-build/build/setup_rpm b/ceph-dev-build/build/setup_rpm index bbd19aae..cc1ee3bc 100644 --- a/ceph-dev-build/build/setup_rpm +++ b/ceph-dev-build/build/setup_rpm @@ -110,8 +110,8 @@ NORMAL_ARCH=$ARCH # Write these values to a file so the failure # script can consume them if the build fails cat > $WORKSPACE/build_info << EOF -NORMAL_DISTRO=$distro -NORMAL_DISTRO_VERSION=$DIST +NORMAL_DISTRO=$DISTRO +NORMAL_DISTRO_VERSION=$RELEASE NORMAL_ARCH=$ARCH SHA1=$SHA1 EOF -- 2.47.3