On 7/31/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> 2007/7/25, Hisham Muhammad <[EMAIL PROTECTED]>:
> > --- UpdateLocalStore    25 Jul 2007 08:28:52 -0000      1.3
> > +++ UpdateLocalStore    25 Jul 2007 09:27:05 -0000      1.4
> > @@ -1,4 +1,5 @@
> >  #!/bin/sh
> > +export HOME=/home/gobolinux
> >
> >  ### Imports
> ###################################################################
> >
> > @@ -22,33 +22,40 @@
> >
> >
> ###############################################################################
> >
> > +remove_slash() {
> > +   sed 's,/$,,'
> > +}
> > +
> > +compileLocalRepoRevisions="file:///home/gobolinux/svn/recipes/revisions"
> > +
> >  mkdir -p $compileLocalStore
> >
> These references to /home/gobolinux, is it forgotten code?

No, it's really hardcoded to the gobolinux.org server. This script in
its current incarnation is designed to be used there only. BTW, this
reminds me I need to sync CVS with the version running there; I fixed
the last missing quirks to make the store auto-update from svn.

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to