From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n2G6Wv96072478 for ; Mon, 16 Mar 2009 01:33:17 -0500 Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id B1C521C453AC for ; Sun, 15 Mar 2009 23:32:36 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id C4ypt8m9vzAWEPxT for ; Sun, 15 Mar 2009 23:32:36 -0700 (PDT) Received: from hch by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1Lj6Mn-0001kL-VN for xfs@oss.sgi.com; Mon, 16 Mar 2009 06:32:05 +0000 Date: Mon, 16 Mar 2009 02:32:05 -0400 From: Christoph Hellwig Subject: Re: tarballs generated by Makepkgs Message-ID: <20090316063205.GE4957@infradead.org> References: <20090215202125.GA18218@infradead.org> <20090224184252.GA28007@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20090224184252.GA28007@infradead.org> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com ping? On Tue, Feb 24, 2009 at 01:42:52PM -0500, Christoph Hellwig wrote: > On Sun, Feb 15, 2009 at 03:21:25PM -0500, Christoph Hellwig wrote: > > currently Makepkgs generats the source tarball as > > package-version.src.tar.gz, which is not what we used for recent > > releases and not what most other open source packages do. I'd like to > > change it to package-version.tar.gz, but that currently collides with > > the binary tar packages. > > > > Does anyone still need those binary tar packages? If yes we should > > rename them, too or otherwise just remove them. > > This would be the easiest way, renaming the binary packages to > xfsprogs-$ver.bin.tar.gz and the source to the expected > xfsprogs-$ver.tar.gz. Same patch would also go into xfsdump and dmapi. > > > Index: xfsprogs-dev/build/Makefile > =================================================================== > --- xfsprogs-dev.orig/build/Makefile 2009-02-24 19:39:37.259153164 +0100 > +++ xfsprogs-dev/build/Makefile 2009-02-24 19:39:58.817035065 +0100 > @@ -6,7 +6,7 @@ TOPDIR = .. > include $(TOPDIR)/include/builddefs > > MANIFEST=src-manifest > -SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz > +SRCTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz > > LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-* > > Index: xfsprogs-dev/build/tar/Makefile > =================================================================== > --- xfsprogs-dev.orig/build/tar/Makefile 2009-02-24 19:40:08.459152818 +0100 > +++ xfsprogs-dev/build/tar/Makefile 2009-02-24 19:40:13.721029934 +0100 > @@ -5,7 +5,7 @@ > TOPDIR = ../.. > include $(TOPDIR)/include/builddefs > > -BINTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz > +BINTAR=$(PKG_NAME)-$(PKG_VERSION).bin.tar.gz > LDIRT = *.gz > > default install install-dev install-lib: > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs ---end quoted text--- _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs