Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts/Functions File

2006-10-12 Thread Hisham Muhammad
On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Thu, 12 Oct 2006 19:50:40 +0200, Hisham Muhammad <[EMAIL PROTECTED]> > wrote: > > > On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > >> On Thu, 12 Oct 2006 19:18:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> > >> > Log message: > >

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts/Functions File

2006-10-12 Thread Jonas Karlsson
On Thu, 12 Oct 2006 19:50:40 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> On Thu, 12 Oct 2006 19:18:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> >> > Log message: >> >Removed redundant flag which causes errors with recent vers

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts/Functions File

2006-10-12 Thread Hisham Muhammad
On 10/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Thu, 12 Oct 2006 19:18:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> > > Log message: > > Removed redundant flag which causes errors with recent versions of sudo > > > It was me that added that flag as otherwice it got the error "sudo:

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts/Functions File

2006-10-12 Thread Jonas Karlsson
On Thu, 12 Oct 2006 19:18:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > CVSROOT: /cvsroot/goboscripts > Module name: tools > Changes by: Hisham Muhammad 06/10/12 17:18:46 > > Modified files: > Scripts/Functions: File > > Log message: > Removed redundant flag

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile

2006-10-12 Thread Hisham Muhammad
On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote: > Fixed make dist, ignoring differences of CreateRootlessEnvironment at > CVS > (because make dist itself changes the CreateRootlessEnv file). Works for now. Ideally, it would be better to have separate 'snapshot' and 'dist' targets. The

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile

2006-10-12 Thread André Detsch
On 10/12/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > I guess "make clean" could perform "cleanup" and then "cd src && make clean". make cleanup already performs a make clean within src. -- Andre Detsch ___ gobolinux-devel mailing list gobolinux-de

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/Scripts Makefile

2006-10-12 Thread Hisham Muhammad
On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote: > Log message: > Added a 'clean' rule at Makefile. Probably rule 'cleanup' should be > simply > renamed to 'clean'. > > +clean: cleanup > + > cleanup: > rm -rf Resources/FileHash* > find * -path "*~" -or -path "*/.\#*" -or -pa

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/BuildLiveCD/bin CompressAndBuildISO

2006-10-12 Thread Lucas C. Villa Real
On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote: > I think that's not ok, since we have to rebuild the packages once the > environment is set (ensuring a better consistence between the built > files and the packages being shipped). > If this removal is to be added, it should be after: >

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/bin CompressAndBuildISO

2006-10-12 Thread André Detsch
I think that's not ok, since we have to rebuild the packages once the environment is set (ensuring a better consistence between the built files and the packages being shipped). If this removal is to be added, it should be after: echo "Rebuilding $package..." Anyway, for the stable release

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