set -x

OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S")
OPNFV_ARTIFACT_URL="$GS_URL/$OPNFV_ARTIFACT_VERSION/"

# log info to console
echo "Starting the build of Barometer RPMs"
echo "------------------------------------"
echo

cd ci
./install_dependencies.sh
./build_rpm.sh
cp utility/rpms_list $WORKSPACE
cd $WORKSPACE

# save information regarding artifact into file
(
    echo "OPNFV_ARTIFACT_VERSION=$OPNFV_ARTIFACT_VERSION"
    echo "OPNFV_ARTIFACT_URL=$OPNFV_ARTIFACT_URL"
) > $WORKSPACE/opnfv.properties