From 736782ae6b50ea78ae07d218e484214cde853f9c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 3 Oct 2016 13:34:46 -0500 Subject: [PATCH] ceph-dev-build: no need to write the build_info file during setup This is now done in scripts/build_utils whenever a status is posted to shaman. Signed-off-by: Andrew Schoen --- ceph-dev-build/build/setup_deb | 9 --------- ceph-dev-build/build/setup_rpm | 9 --------- 2 files changed, 18 deletions(-) diff --git a/ceph-dev-build/build/setup_deb b/ceph-dev-build/build/setup_deb index 3db37dfc..8f8e5dae 100644 --- a/ceph-dev-build/build/setup_deb +++ b/ceph-dev-build/build/setup_deb @@ -99,15 +99,6 @@ NORMAL_DISTRO=$distro NORMAL_DISTRO_VERSION=$DIST 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_ARCH=$ARCH -SHA1=$SHA1 -EOF - # create build status in shaman create_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH diff --git a/ceph-dev-build/build/setup_rpm b/ceph-dev-build/build/setup_rpm index cc1ee3bc..45384248 100644 --- a/ceph-dev-build/build/setup_rpm +++ b/ceph-dev-build/build/setup_rpm @@ -107,15 +107,6 @@ NORMAL_DISTRO=$DISTRO NORMAL_DISTRO_VERSION=$RELEASE 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=$RELEASE -NORMAL_ARCH=$ARCH -SHA1=$SHA1 -EOF - # create build status in shaman create_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH -- 2.39.5