Re: Source code repository

2010-03-16 Thread Ludovic Courtès
Hello, Eric Blake writes: > On 03/13/2010 11:48 AM, Ludovic Courtès wrote: [...] >> Do you mean there exists a private repository with more detailed >> history? > > Does it matter, if it isn't made public? It would matter if we could find an arrangement to publish it that would be suitable fo

Re: Source code repository

2010-03-15 Thread Eric Blake
On 03/13/2010 11:48 AM, Ludovic Courtès wrote: > OK. The commit logs all read “Imported from TARBALL”, though, so I > suppose there aren’t individual commits for the patches that can be seen > at ftp.gnu.org/pub/gnu/bash/bash-X.Y-patches, right? That's my understanding as well, although individua

Re: Source code repository

2010-03-13 Thread Ludovic Courtès
Hi Eric, Eric Blake writes: > On 03/12/2010 08:59 AM, Ludovic Courtès wrote: [...] >> I’m building from git://git.sv.gnu.org/bash.git but I’m wondering >> whether this is the repository that you actually use, given that it >> hasn’t been touched in 6 months and the log messages suggest that it

Re: Source code repository

2010-03-13 Thread Eric Blake
ing recent patches, or even being modified to show patches in finer granularity). > > Can you point me to the source code repository? There is no public repository. Unfortunately, Chet has expressed a desire to keep it that way for the foreseeable future. -- Eric Blake ebl..

Source code repository

2010-03-13 Thread Ludovic Courtès
t been touched in 6 months and the log messages suggest that it only contains tarball imports. Can you point me to the source code repository? On a related note, ‘support/mkdist’ is not available in the repo so I ended up rolling my own: --8<---cut here---start--