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

2008-01-09 Thread Lucas C. Villa Real
On Jan 9, 2008 2:02 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Jonas Karlsson 08/01/09 22:02:54 > > Modified files: > Compile/bin: Compile > > Log message: > Adding support for 'part_of'.

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

2007-09-15 Thread Jonas Karlsson
On Sat, 15 Sep 2007 16:42:37 +0200, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > @@ -179,11 +179,11 @@ >[ -d "$reciperesources" ] && $sudo_exec cp -R "$reciperesources" > "$installprefix" > [ -d "$archreciperesources" ] && $sudo_exec cp -R "$archreciperesources" > "$installprefix" > - [

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

2007-03-05 Thread Jonas Karlsson
2007/3/5, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 3/5/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > CVSROOT:/sources/goboscripts > > Module name:tools > > Changes by: Jonas Karlsson 07/03/05 19:27:59 > > > > Modified files: > > Compile/bin: Compile > >

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

2007-03-05 Thread Lucas C. Villa Real
On 3/5/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Jonas Karlsson 07/03/05 19:27:59 > > Modified files: > Compile/bin: Compile > > Log message: > Small fix for direct recipe passing. >

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

2006-12-17 Thread Lucas C. Villa Real
On 12/17/06, André Detsch <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: André Detsch06/12/17 12:44:11 > > Modified files: > Compile/bin: Compile > > Log message: > Removing experimetal callback. I won't see that

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

2006-12-02 Thread Lucas C. Villa Real
On 12/2/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT:/cvsroot/goboscripts > Module name:tools > Changes by: Hisham Muhammad 06/12/02 04:45:44 > > Modified files: > Compile/bin: Compile GetRecipe > > Log message: > Switch to use the Verbose wra

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

2006-11-12 Thread Jonas Karlsson
On Sun, 12 Nov 2006 20:08:35 +0100, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 11/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: >> On 11/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> > CVSROOT:/sources/goboscripts >> > Module name:tools >> > Changes by: Jonas K

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

2006-11-12 Thread Hisham Muhammad
On 11/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 11/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > CVSROOT:/sources/goboscripts > > Module name:tools > > Changes by: Jonas Karlsson 06/11/12 09:31:38 > > > > Modified files: > > Compile/bin: C

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

2006-11-12 Thread Lucas C. Villa Real
On 11/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Jonas Karlsson 06/11/12 09:31:38 > > Modified files: > Compile/bin: Compile > > Log message: > Readability fix. Does NOCONFIGURE=no mea

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

2006-10-20 Thread Jonas Karlsson
On Fri, 20 Oct 2006 09:14:07 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 10/20/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> If this will be implemented, I'd like a variable/array in the recipe >> instead of yet another file in the recipe dir. >> And in the last check, it shoul

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

2006-10-20 Thread Lucas C. Villa Real
On 10/20/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > If this will be implemented, I'd like a variable/array in the recipe > instead of yet another file in the recipe dir. > And in the last check, it should be useradd instead of groupadd. Indeed, a variable is better. I was just doing some expe

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

2006-10-20 Thread Jonas Karlsson
On Fri, 20 Oct 2006 06:10:56 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > --- Compile 12 Oct 2006 16:59:41 - 1.124 > +++ Compile 20 Oct 2006 04:10:56 - 1.125 > @@ -157,6 +157,26 @@ >SymlinkProgram $safeopts $symlinkopts "$1" "$2" || Die "Linking > step

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

2006-10-19 Thread Lucas C. Villa Real
On 10/20/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT:/cvsroot/goboscripts > Module name:tools > Changes by: Hisham Muhammad 06/10/20 05:55:32 > > Modified files: > Compile/bin: Compile > > Log message: > Reverted weird feature with broken imp

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

2006-10-12 Thread Jonas Karlsson
On Thu, 12 Oct 2006 18:25:19 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> > diff -u -b -r1.122 -r1.123 >> > --- Compile9 Sep 2006 15:05:28 - 1.122 >> > +++ Compile12 Oct 2006 04:44:49 - 1.123 >> >

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

2006-10-12 Thread Hisham Muhammad
On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > diff -u -b -r1.122 -r1.123 > > --- Compile 9 Sep 2006 15:05:28 - 1.122 > > +++ Compile 12 Oct 2006 04:44:49 - 1.123 > > @@ -196,7 +196,7 @@ > > fi > >Log_Normal "Generating package's build information..." > > -

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

2006-10-12 Thread Jonas Karlsson
On Thu, 12 Oct 2006 06:44:49 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT: /cvsroot/goboscripts > Module name: tools > Changes by: Hisham Muhammad 06/10/12 04:44:49 > > Modified files: > Compile/bin: Compile > > Log message: > Use new flag to avoid