[GNC-dev] archive of GnuCash

2019-11-12 Thread Stephen M. Butler
How is the archive generated that is used as the source for distribution? I pulled the 3.7 source from https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/ Extracted that file to a folder called LPAD within my $HOME Then on my local git clone I did git archive --format=tar.

Re: [GNC-dev] archive of GnuCash

2019-11-12 Thread John Ralls
> On Nov 12, 2019, at 12:58 PM, Stephen M. Butler wrote: > > How is the archive generated that is used as the source for distribution? > > I pulled the 3.7 source from > https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/ > > Extracted that file to a folder called LPAD

Re: [GNC-dev] archive of GnuCash

2019-11-12 Thread John Ralls
> On Nov 12, 2019, at 2:10 PM, Stephen M. Butler wrote: > > On 11/12/19 1:21 PM, John Ralls wrote: >> >>> On Nov 12, 2019, at 12:58 PM, Stephen M. Butler wrote: >>> >>> How is the archive generated that is used as the source for distribution? >>> <> >>> >> make (or ninja) dist >> >> distch

Re: [GNC-dev] archive of GnuCash

2019-11-12 Thread Stephen M. Butler
On 11/12/19 4:25 PM, John Ralls wrote: >> On Nov 12, 2019, at 2:10 PM, Stephen M. Butler wrote: >> >> On 11/12/19 1:21 PM, John Ralls wrote: On Nov 12, 2019, at 12:58 PM, Stephen M. Butler wrote: How is the archive generated that is used as the source for distribution? <>

Re: [GNC-dev] archive of GnuCash

2019-11-12 Thread John Ralls
> On Nov 12, 2019, at 4:39 PM, Stephen M. Butler wrote: > > On 11/12/19 4:25 PM, John Ralls wrote: >>> On Nov 12, 2019, at 2:10 PM, Stephen M. Butler wrote: >>> >>> On 11/12/19 1:21 PM, John Ralls wrote: > On Nov 12, 2019, at 12:58 PM, Stephen M. Butler wrote: > > How is the ar

Re: [GNC-dev] archive of GnuCash

2019-11-12 Thread Stephen M. Butler
On 11/12/19 7:56 PM, John Ralls wrote: > > No. Anything involving make, ninja, cmake, gcc, clang, guild, etc. is a build > operation and should happen in a build directory. So after getting the clone > to the commit you want and assuming that the clone is in a directory named > gnucash.git: > >