This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tarball?


   On Thu, Mar 3, 2011 at 4:00 PM, Alfred M. Szmidt <ams@gnu.org> wrote:
   > Does anyone object to me rolling a glibc-ports tarball?

   Not at all. It was on my todo list, but it's pretty low on the priority list :-(

Done.

git archive --prefix=glibc-ports-2.13/ glibc-2.13 > glibc-ports-2.13.tar
tar xf glibc-ports-2.13.tar
rm glibc-ports-2.13.tar
find glibc-ports-2.13 -name configure -print | xargs touch
tar -cf glibc-ports-2.13.tar glibc-ports-2.13
gzip -9vc glibc-ports-2.13.tar > glibc-ports-2.13.tar.gz
bzip2 -9vc glibc-ports-2.13.tar > glibc-ports-2.13.tar.bz2
~/gnulib/build-aux/gnupload --to ftp.gnu.org:glibc \
 --to amszmidt@sourceware.org:~ftp/pub/glibc/releases \
 glibc-ports-2.13.tar.gz glibc-ports-2.13.tar.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]