On Thu, Nov 21, 2013 at 1:19 PM, Camm Maguire <c...@maguirefamily.org>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.
_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to