]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build: skip lintian step
authorUbuntu <ubuntu@gary-ubuntu-01.front.sepia.ceph.com>
Thu, 27 Sep 2012 16:05:20 +0000 (16:05 +0000)
committerUbuntu <ubuntu@gary-ubuntu-01.front.sepia.ceph.com>
Thu, 27 Sep 2012 16:05:20 +0000 (16:05 +0000)
build_debs.sh

index a61cf4900e8e285d77a8324fa06b16b14b0d53a2..872eceae1aab174e533f4550c09649ebe93072ab 100755 (executable)
@@ -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