This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Request for help: Fix building tarballs for ports add-on.
- From: Andreas Jaeger <aj at suse dot com>
- To: libc-ports at sourceware dot org
- Cc: Mike Frysinger <vapier at gentoo dot org>, libc-alpha at sourceware dot org,Carlos O'Donell <carlos_odonell at mentor dot com>
- Date: Thu, 14 Jun 2012 09:16:02 +0200
- Subject: Re: Request for help: Fix building tarballs for ports add-on.
- References: <4FD92B99.3050605@mentor.com> <201206132115.15642.vapier@gentoo.org>
On Wednesday, June 13, 2012 21:15:13 Mike Frysinger wrote:
> On Wednesday 13 June 2012 20:08:57 Carlos O'Donell wrote:
> > As we approach the 2.16 release I am reminded that building
> > tarballs for the ports add-on is broken.
> >
> > For the 2.15 release I had to build the tarballs manually.
> >
> > I'd like this to be automated like it is for glibc core
> > where we get a .tar.bz2, .tar.gz, and .tar.xz.
> >
> > Any takers?
>
> isn't it just:
> git archive --prefix=glibc-ports-2.16/ glibc-2.16 | xz \
>
> > glibc-ports-2.16.tar.xz
Yeah - there's a Makefile rule in libc:
%.tar: FORCE
git archive --prefix=$*/ $* > $@.new
mv -f $@.new $@
I guess, this just needs to be done for ports as well in the proper way
- unless Carlos wants to call the above manually...
Andreas
--
Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126