ceph-dev-*build: Notify shaman of a build sooner
NORMAL_ARCH=$ARCH
# create build status in shaman
-create_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH
+update_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH
+ # unpack the tar.gz that contains the debian dir
+ cd dist
+ tar xzf *.orig.tar.gz
+ cd $(basename *.orig.tar.gz .orig.tar.gz | sed s/_/-/)
+ pwd
+
+ setup_rpm_build_deps
+
+ cd $WORKSPACE
+
pkgs=( "chacractl>=0.0.21" )
TEMPVENV=$(create_venv_dir)
VENV=${TEMPVENV}/bin
NORMAL_ARCH=$ARCH
# create build status in shaman
-create_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH
+update_build_status "started" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH
+ # unpack the tar.gz that contains the debian dir
+ cd dist
+ tar xzf *.orig.tar.gz
+ cd $(basename *.orig.tar.gz .orig.tar.gz | sed s/_/-/)
+ pwd
+
+ setup_rpm_build_deps
+
+ cd $WORKSPACE
+
pkgs=( "chacractl>=0.0.21" )
TEMPVENV=$(create_venv_dir)
VENV=${TEMPVENV}/bin