]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-build: write the correct vars to build_info in setup_rpm 501/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 3 Oct 2016 16:19:30 +0000 (11:19 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 3 Oct 2016 16:19:30 +0000 (11:19 -0500)
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 <aschoen@redhat.com>
ceph-dev-build/build/setup_rpm

index bbd19aae480c025e8727bc04ff661aeeb9207b6d..cc1ee3bc03082748744ac6502f8d273f1fcbc946 100644 (file)
@@ -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