Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
DEBEMAIL="gary.lowell@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
)
dpkg-source -b ceph-${vers}
-
+
echo "Building Debian"
cd "$WORKSPACE"
sudo $bindir/build_debs.sh ./release /srv/debian-base $vers
*)
echo "Building RPMs"
$bindir/build_rpms.sh ./release $vers
-
+
#Collect Artifacts
mkdir -p dist/rpm/${DIST}
mv release/${vers}/rpm/*/SRPMS ./dist/rpm/${DIST}/.
echo " PWD=$(pwd)"
echo " BRANCH=$BRANCH"
-if [ -x "$BRANCH" ] ; then
+if [ -x "$BRANCH" ] ; then
echo "No git branch was supplied"
exit 1
fi
#sed -i 's/^%setup.*/%setup -q -n %{name}-%{version}-rc1/' ceph.spec.in
echo "Running configure ..."
-./do_autogen.sh
+./do_autogen.sh
if [ $? -ne 0 ] ; then
echo "autogen failed"
exit 1