From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P95uj-0008TW-4G for garchives@archives.gentoo.org; Fri, 22 Oct 2010 00:55:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C821E068C; Fri, 22 Oct 2010 00:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6A9E6E068C for ; Fri, 22 Oct 2010 00:55:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3B771B4078 for ; Fri, 22 Oct 2010 00:55:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 8AAB320051; Fri, 22 Oct 2010 00:55:18 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/gentoo-headers: rip-headers.sh X-VCS-Repository: gentoo X-VCS-Files: rip-headers.sh X-VCS-Directories: src/patchsets/gentoo-headers X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20101022005518.8AAB320051@flycatcher.gentoo.org> Date: Fri, 22 Oct 2010 00:55:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 82318189-f668-4a63-86a3-874a3a9d3151 X-Archives-Hash: 2c54beef0c597026d428db3b366492e6 vapier 10/10/22 00:55:18 Modified: rip-headers.sh Log: compress with xz Revision Changes Path 1.6 src/patchsets/gentoo-headers/rip-headers.sh file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-h= eaders/rip-headers.sh?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-h= eaders/rip-headers.sh?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-h= eaders/rip-headers.sh?r1=3D1.5&r2=3D1.6 Index: rip-headers.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/rip-headers.sh= ,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rip-headers.sh 11 Oct 2009 21:38:08 -0000 1.5 +++ rip-headers.sh 22 Oct 2010 00:55:18 -0000 1.6 @@ -48,7 +48,7 @@ =20 cp README.ripped-headers rip-headers.sh ${dst}/ =20 -compress=3Dlzma -tar cf - ${dst} | ${compress} > ${dst}.tar.lzma +compress=3Dxz +tar cf - ${dst} | ${compress} > ${dst}.tar.${compress} rm -rf ${dst} -ls -lh ${dst}.tar.lzma +ls -lh ${dst}.tar.${compress}