From: Alfredo Deza Date: Thu, 4 Jun 2015 18:31:09 +0000 (-0400) Subject: do not extract verbosely from tar X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbd556c1affa10f3ed50d6306cb6598acc6e2ef9;p=ceph-build.git do not extract verbosely from tar Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/build/build1 b/ceph-build/build/build1 index 1406c09ba..ee703dc59 100644 --- a/ceph-build/build/build1 +++ b/ceph-build/build/build1 @@ -41,7 +41,7 @@ fi # unpack the tar.gz that contains the debian dir cd dist -tar xzvf *.orig.tar.gz +tar xzf *.orig.tar.gz cd ceph-* pwd