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 D0320138010 for ; Wed, 22 Aug 2012 18:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64A30E064E for ; Wed, 22 Aug 2012 18:03:50 +0000 (UTC) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D736E0678 for ; Wed, 22 Aug 2012 16:29:27 +0000 (UTC) Received: by qaas11 with SMTP id s11so4628075qaa.19 for ; Wed, 22 Aug 2012 09:29:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=TXdIACsEN/hQGhke8zVzsBZ5+Bm79w4TOfiIbh9n3pc=; b=Iy1xub/QIG8s79ezgD16Qxs1xxLCacFy+hjKH6bv5lyB4iPMJbhh2uL8DTjRFG+TAZ O7xHb2lw7/kkrtqayZjJarZDQUlMZyoefF1cMq/pYdy+TYTWa0nLZSMbK74YduEmpklu Gyo4NVWAmgOkEehYIxwMqQZviqjoLBszLEpxW4RYmqgyVQlhl4QUApfrejQ/AAcZVjvG Jxgrh2GQKUsXnJQRqzRBb06QjBbhCJNgR25O1l5MFHeZq3IVW3quF33Ig5xWgV4dG/LW 6wYpt5VrqkXxEJfzIt93lHEz8ABV96cQb6AhZFMLrV4QB5sTq4cowc5nHAkQGFvo3xsc Xu2w== Received: by 10.224.149.130 with SMTP id t2mr4913927qav.0.1345652967064; Wed, 22 Aug 2012 09:29:27 -0700 (PDT) Received: from [192.168.1.2] (pool-71-245-176-92.pitbpa.fios.verizon.net. [71.245.176.92]) by mx.google.com with ESMTPS id ea5sm3488026qab.2.2012.08.22.09.29.26 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2012 09:29:26 -0700 (PDT) Message-ID: <50350966.1010208@gmail.com> Date: Wed, 22 Aug 2012 12:31:34 -0400 From: Richard Farina User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120815 Thunderbird/14.0 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 To: Matt Turner CC: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] Support snapshot.tar.xz References: <1345597124-28151-1-git-send-email-sidhayn@gmail.com> <5034380C.1020703@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: c2aaf190-2497-4210-89aa-959e9a9e9428 X-Archives-Hash: e4692e93aaf6f08977054a0e5118447e On 08/22/2012 12:27 PM, Matt Turner wrote: > 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. > both gnu and bsd tar work properly the way I have written it. MacOSX tar does not, but prefix installs gnu tar during bootstrap so it shouldn't be an issue.