From: Ken Dreyer Date: Tue, 14 Jan 2014 03:51:49 +0000 (-0700) Subject: jenkins: fix trailing whitespace X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=56816e3020d07f466abf6c4f0ca2909399062d50;p=ceph-build.git jenkins: fix trailing whitespace Signed-off-by: Ken Dreyer --- diff --git a/jenkins/build b/jenkins/build index e9a50684..a9694297 100644 --- a/jenkins/build +++ b/jenkins/build @@ -57,7 +57,7 @@ gitbuilder-cdep-deb* | tala* | mira*) 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 @@ -75,7 +75,7 @@ gitbuilder-cdep-deb* | tala* | mira*) *) echo "Building RPMs" $bindir/build_rpms.sh ./release $vers - + #Collect Artifacts mkdir -p dist/rpm/${DIST} mv release/${vers}/rpm/*/SRPMS ./dist/rpm/${DIST}/. diff --git a/jenkins/setup b/jenkins/setup index 8a18e340..4f433185 100644 --- a/jenkins/setup +++ b/jenkins/setup @@ -15,7 +15,7 @@ echo " WS=$WORKSPACE" echo " PWD=$(pwd)" echo " BRANCH=$BRANCH" -if [ -x "$BRANCH" ] ; then +if [ -x "$BRANCH" ] ; then echo "No git branch was supplied" exit 1 fi @@ -39,7 +39,7 @@ rm -rf release #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