From 7f6aa703fc6b021ac826d85fab520ada62f629be Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 27 Sep 2012 16:05:20 +0000 Subject: [PATCH] ceph-build: skip lintian step --- build_debs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_debs.sh b/build_debs.sh index a61cf490..872eceae 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 -- 2.39.5