From: Ubuntu Date: Thu, 27 Sep 2012 16:05:20 +0000 (+0000) Subject: ceph-build: skip lintian step X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f6aa703fc6b021ac826d85fab520ada62f629be;p=ceph-build.git ceph-build: skip lintian step --- diff --git a/build_debs.sh b/build_debs.sh index a61cf4900..872eceae1 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -55,6 +55,6 @@ for dist in $dists do bpvers=`$bindir/gen_debian_version.sh $dvers $dist` echo lintian checks for $bpvers - lintian --allow-root $releasedir/$cephver/*$bpvers*.deb + echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb done