Re: [gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-24 Thread Jonas Karlsson
On Thu, 24 Aug 2006 22:47:01 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 24 Aug 2006 22:14:00 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> On Wed, 02 Aug 2006

Re: [gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-24 Thread Jonas Karlsson
On Thu, 24 Aug 2006 22:14:00 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Wed, 02 Aug 2006 21:07:36 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT: /cvsroot/goboscripts > Module name: tools > Changes by:

[gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-24 Thread Hisham Muhammad
On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Wed, 02 Aug 2006 21:07:36 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT: /cvsroot/goboscripts > Module name: tools > Changes by:Hisham Muhammad 06/08/02 19:07:36 > > Modified files: >Compile/bin: Com

[gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-24 Thread Hisham Muhammad
On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 24 Aug 2006 22:14:00 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> On Wed, 02 Aug 2006 21:07:36 +0200, Hisham Muhammad <[EMAIL PROTECTED]> >> wrote: >> >> > CVSROOT: /cvs

Re: [gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe

2006-08-20 Thread Jonas Karlsson
On Mon, 21 Aug 2006 07:15:08 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Sat, 12 Aug 2006 19:10:05 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: >> On 8/12/06

Re: [gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe

2006-08-20 Thread Lucas C. Villa Real
On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Sat, 12 Aug 2006 19:10:05 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: >> On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> > I've made both NewVersion and Compile us

Re: [gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe

2006-08-12 Thread Jonas Karlsson
On Sat, 12 Aug 2006 19:10:05 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I've made both NewVersion and Compile use "${packagename}_svn" as checkout > directory. That's

[gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe

2006-08-12 Thread Hisham Muhammad
On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I've made both NewVersion and Compile use "${packagename}_svn" as checkout > directory. That's fine, thanks. Minor nit: "${packagename}-svn" is nicer. I don't think we use undersc

Re: [gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-07 Thread Jonas Karlsson
On Tue, 08 Aug 2006 00:23:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: * moved exit(0) out of cleanup (one might want to do things after wrapup) * moved call of post_install to after wrapup - files are installed in wrapup

[gobolinux-devel] Re: tools/Compile/bin Compile

2006-08-07 Thread Hisham Muhammad
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: * moved exit(0) out of cleanup (one might want to do things after wrapup) * moved call of post_install to after wrapup - files are installed in wrapup I liked the invariant that wrapup was always guaranteed to be the last thi

Re: [gobolinux-devel] Re: tools/Compile/bin Compile

2006-07-11 Thread Lucas C. Villa Real
On 7/11/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 7/11/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 7/11/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > > On 7/11/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote: > > > Removed broken test for 'update_each_settings'

[gobolinux-devel] Re: tools/Compile/bin Compile

2006-07-11 Thread Hisham Muhammad
On 7/11/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 7/11/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 7/11/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote: > > Removed broken test for 'update_each_settings', as it was not being > > referenced as a variable and there

Re: [gobolinux-devel] Re: tools/Compile/bin Compile

2006-07-11 Thread Lucas C. Villa Real
On 7/11/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 7/11/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote: > Removed broken test for 'update_each_settings', as it was not being > referenced as a variable and there wasn't any references for it in the > entire cvs. It was not ref

[gobolinux-devel] Re: tools/Compile/bin Compile

2006-07-10 Thread Hisham Muhammad
On 7/11/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote: Removed broken test for 'update_each_settings', as it was not being referenced as a variable and there wasn't any references for it in the entire cvs. It was not referenced anywhere else because it was supposed to be a publ