From: Alfredo Deza Date: Tue, 2 Jun 2015 13:45:23 +0000 (-0400) Subject: fix indentation error that caused EOF issue X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5cf4d5844d88be81e7decc511cd0e278a8855f33;p=ceph-build.git fix indentation error that caused EOF issue Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index 834d1965..fbf6421a 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -151,18 +151,18 @@ gitbuilder-cdep-deb* | tala* | mira*) for DIST in $DEB_DIST ; do cat <> $REPO/conf/distributions - Codename: $DIST - Suite: stable - Components: $COMPONENT - Architectures: amd64 armhf i386 source - Origin: Inktank - Description: Ceph distributed file system - DebIndices: Packages Release . .gz .bz2 - DscIndices: Sources Release .gz .bz2 - Contents: .gz .bz2 - SignWith: $KEYID - - EOF +Codename: $DIST +Suite: stable +Components: $COMPONENT +Architectures: amd64 armhf i386 source +Origin: Inktank +Description: Ceph distributed file system +DebIndices: Packages Release . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: .gz .bz2 +SignWith: $KEYID + +EOF done echo "Adding package to repo, dist: $DEB_BUILD ($PKG)"