From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B9A1138010 for ; Wed, 22 Aug 2012 18:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BEEE071D for ; Wed, 22 Aug 2012 18:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AC05E0656 for ; Wed, 22 Aug 2012 16:27:39 +0000 (UTC) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id E155133DE52 for ; Wed, 22 Aug 2012 16:27:38 +0000 (UTC) Received: by dadg9 with SMTP id g9so1037527dad.40 for ; Wed, 22 Aug 2012 09:27:37 -0700 (PDT) Received: by 10.68.232.138 with SMTP id to10mr16596410pbc.77.1345652857161; Wed, 22 Aug 2012 09:27:37 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.68.241.72 with HTTP; Wed, 22 Aug 2012 09:27:16 -0700 (PDT) In-Reply-To: <5034380C.1020703@gmail.com> References: <1345597124-28151-1-git-send-email-sidhayn@gmail.com> <5034380C.1020703@gmail.com> From: Matt Turner Date: Wed, 22 Aug 2012 09:27:16 -0700 Message-ID: Subject: Re: [gentoo-catalyst] [PATCH] Support snapshot.tar.xz To: Richard Farina Cc: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 804a70cb-c13e-4ad5-a205-281bf01cbf55 X-Archives-Hash: 9fe6747dcc71a3d8caa34f7e756f41f0 On Tue, Aug 21, 2012 at 6:38 PM, Richard Farina wrote: > Any comments on the gnu tar requirement? is that an issue or is okay? I don't really know. The only change required is the addition of the -J/-z options for non-GNU tar? Or does non-GNU tar support xz? Wouldn't surprise me if it didn't.