]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins: fix trailing whitespace
authorKen Dreyer <ken.dreyer@inktank.com>
Tue, 14 Jan 2014 03:51:49 +0000 (20:51 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Tue, 14 Jan 2014 03:52:15 +0000 (20:52 -0700)
Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
jenkins/build
jenkins/setup

index e9a50684bb02d920720d25658d41976a5f2daee4..a9694297cab4ad478bf3b2ee447abbdbc8b23bb0 100644 (file)
@@ -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}/.
index 8a18e34055d05dc3f0fff5dddacf820f3035a9ab..4f4331853320e9bd4fb8d1923f84314868d94754 100644 (file)
@@ -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