Re: [gobolinux-devel] Functions' Scripts: a small detail?

2007-09-09 Thread Hisham Muhammad
On 9/9/07, rubisher <[EMAIL PROTECTED]> wrote: > Hello *, > > First of all congratulation, it's an actual pleasure to read this code: well > structured, documented, ... > > For the moment I reach line 10 of Compile i.e. "Import OptionParser" and > OptionParser start with: > > [ "$COLUMNS" ] || ex

[gobolinux-devel] Functions' Scripts: a small detail?

2007-09-09 Thread rubisher
Hello *, First of all congratulation, it's an actual pleasure to read this code: well structured, documented, ... For the moment I reach line 10 of Compile i.e. "Import OptionParser" and OptionParser start with: [ "$COLUMNS" ] || export COLUMNS=80 is this statement wouldn't be better in Termi

Re: [gobolinux-devel] FetchArchive improve

2007-09-09 Thread Hisham Muhammad
On 9/9/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > El Sun, 9 Sep 2007 14:36:17 +0200 > Aitor Pérez Iturri <[EMAIL PROTECTED]> escribió > > I have seen that the recipe is fixed and FetchArchive also patched. It's probably time for a new Scripts + Compile release. I'd like to ask committers

Re: [gobolinux-devel] FetchArchive improve

2007-09-09 Thread Aitor Pérez Iturri
El Sun, 9 Sep 2007 14:36:17 +0200 Aitor Pérez Iturri <[EMAIL PROTECTED]> escribió I have seen that the recipe is fixed and FetchArchive also patched. Sorry fo the msg. -- If the kids are united they will never be divided! ___ gobolinux-devel mailing l

[gobolinux-devel] FetchArchive improve

2007-09-09 Thread Aitor Pérez Iturri
Hi all, I'm making the GHC-Bin recipe in order to be able to get a binary ghc compiler, each architecture will need it's own url. Now FetchArchive can only get url from $recipe, so you can't tell to Compile to know the url from $archrecipe. Should be modified FetchArchive or Compile to enable thi