[ewg] Re: PATCH compress tgt with bzip instead of gzip
Vladimir Sokolovsky
vlad at mellanox.co.il
Mon Jul 21 07:59:26 PDT 2008
Doron Shoham wrote:
> Compress tgt with bzip instead of gzip
> For compatibility with the spec file.
>
> Signed-off-by: Doron Shoham <dorons at voltaire.com>
> ---
> build_ofed.sh | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/build_ofed.sh b/build_ofed.sh
> index fdbae83..83e4eeb 100755
> --- a/build_ofed.sh
> +++ b/build_ofed.sh
> @@ -503,7 +503,7 @@ get_tgt()
> ex git checkout -f ${tgt_branch}
>
> mkdir -p topdir/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
> - ex tar czf topdir/SOURCES/tgt-generic.tar.bz2 tgt-generic
> + ex tar cjf topdir/SOURCES/tgt-generic.tar.bz2 tgt-generic
> ex cp tgt.spec topdir/SPECS
>
> set -x
Applied,
Regards,
Vladimir
More information about the ewg
mailing list