Re: Tag builds from git

2012-08-16 Thread Geert Janssens
Derek, Thanks, that's probably it. I remember having problems with the newlines in trunk as well. I believe this problem is due to the switch from svn to git: in svn we have set the property svn:eol-style LF on all source files. This ensures the files have LF line endings. An equivalent exi

Re: Tag builds from git

2012-08-16 Thread Derek Atkins
Geert, try removing the blank lines in AC_CONFIG_FILES(). In particular, I think this is the issue: src/business/business-ledger/Makefile dnl # Stuff for bill/invoice import plugin src/plugins/Makefile src/plugins/bi_import/Makefile src/plugins/bi_import/glade/Makefile src/plugins/b

Tag builds from git

2012-08-16 Thread Geert Janssens
I have been stabbing at the tag build script today to get it working in a git context. There were some silly typos to fix, I had to restart a build because of a network glitch at the wrong time,... This is a slow and frustrating process, because the tag builds typically run for hours. Anyway.

Re: First git based automated build

2012-08-16 Thread Geert Janssens
On 16-08-12 15:13, Derek Atkins wrote: Geert Janssens writes: The first git based builds for trunk are successfully uploaded to the code.gnucash.org server. Note that they appear on top of the list, because they are named gnucash-git-... instead of gnucash-svn-... Excellent. Also since git

Re: First git based automated build

2012-08-16 Thread Derek Atkins
Geert Janssens writes: > The first git based builds for trunk are successfully uploaded to the > code.gnucash.org server. Note that they appear on top of the list, > because they are named gnucash-git-... instead of gnucash-svn-... Excellent. > Also since git hashes are not sequential as the sv

Re: Automated win32 build scripts and UPDATE_SOURCES, packaging dir, ...

2012-08-16 Thread Derek Atkins
Geert Janssens writes: >> The one that matters most, I believe, is the "gnucash.bat". Luckily >> that one doesn't update frequently, so I think we can manually update >> that as necessary. But yes, I do believe we have hit this issue before. > > It's not "gnucash.bat". It's in the scripts that

Re: First git based automated build

2012-08-16 Thread Geert Janssens
On 15-08-12 15:13, Derek Atkins wrote: Geert Janssens writes: On 13-08-12 15:40, Derek Atkins wrote: Hi, Geert Janssens writes: On 13-08-12 00:47, Derek Atkins wrote: Geert, nice work. Glad we have that working. One step closer. The only thing that still has to happen here is to activa

Re: Automated win32 build scripts and UPDATE_SOURCES, packaging dir, ...

2012-08-16 Thread Geert Janssens
On 15-08-12 15:19, Derek Atkins wrote: Christian Stimming writes: Am Samstag, 11. August 2012, 18:23:35 schrieb Geert Janssens: I suspect there's only one automated builder in existence for GnuCash on Windows, and that's our own build server. So I'll focus on this one only. For this builder