gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] subprojects


From: Bruce-Robert Fenn Pocock
Subject: Re: [Gcl-devel] subprojects
Date: Thu, 21 Nov 2013 16:17:13 -0500


On Thu, Nov 21, 2013 at 1:19 PM, Camm Maguire <address@hidden> wrote:
  All I want
to do is to be able to ship the latest tarballs at release time, and
avoid huge diffs in gcl's git.  Advice?  Should there be anything in
gcl's git at all?

Meaning the pristine tarball from upstream?

Personally, I would probably just have a script doing something like

git clone $upstream ./work/binutils
tar jcvf dist/binutils.tar.bz2 -C work binutils

… as appropriate for each;
where "work" is a tempdir that's excluded in .gitignore from being pushed.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]