On Tue, Feb 19, 2008 at 1:26 PM, André Detsch <[EMAIL PROTECTED]> wrote:
> On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > > -in_chroot bash
> > > -exit 0
> > > +#in_chroot bash
> > > +#exit 0
> > >
> > Why? I use it almost every time ChrootCompile dies while in the
>
On Feb 19, 2008 6:34 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> Heh, you're right. I had been staring on a monitor for too long, wasn't
> really awake. :)
Staring at the monitor is certainly not as harmful as doing quotes
fixing for some hours :)
Great work, BTW.
--
Andre Detsch
__
On Tue, 19 Feb 2008 22:26:38 +0100, André Detsch <[EMAIL PROTECTED]> wrote:
> On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
>> > -in_chroot bash
>> > -exit 0
>> > +#in_chroot bash
>> > +#exit 0
>> >
>> Why? I use it almost every time ChrootCompile dies while in the
>> sandbox.
On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > -in_chroot bash
> > -exit 0
> > +#in_chroot bash
> > +#exit 0
> >
> Why? I use it almost every time ChrootCompile dies while in the
> sandbox. At least make it optional.
Because this was placed _before_ the Compile command. It
On 19/02/2008, André Detsch <[EMAIL PROTECTED]> wrote:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: AndrÃ(c) Detsch 08/02/19 17:15:40
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> Commented out code used for debug.
>
On Wed, Feb 13, 2008 at 9:54 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> On Thu, 14 Feb 2008 06:41:47 +0100, Lucas C. Villa Real <[EMAIL PROTECTED]>
> wrote:
>
> > CVSROOT: /sources/goboscripts
> > Module name: tools
> > Changes by: Lucas C. Villa Real08/02/14 05:41:47
> >
> >
On Thu, 14 Feb 2008 06:41:47 +0100, Lucas C. Villa Real <[EMAIL PROTECTED]>
wrote:
> CVSROOT: /sources/goboscripts
> Module name: tools
> Changes by: Lucas C. Villa Real08/02/14 05:41:47
>
> Modified files:
> ChrootCompile/bin: ChrootCompile MiniInstallPackage
>
> Log message:
>
On Wed, 13 Jun 2007 21:01:39 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]>
wrote:
>
> Hi Jonas,
>
> While you are on this, could you please replace references to
> /F/C/LocalRecipes with $compileLocalRecipesDir instead? There's also a
> variable named $compileGetRecipeDir, which is set to /F/C/Re
On 6/13/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: Jonas Karlsson 07/06/13 18:45:15
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> ChrootCompile should Die if no re
On 3/6/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: Jonas Karlsson 07/03/07 01:25:48
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> Fixing that dependencies from reci
2007/2/11, Lucas C. Villa Real <[EMAIL PROTECTED]>:
> On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
>
> > How about making "setup-environment" taking an argument and default to
> > $PDW if no argument is given?
>
> Just took a time to see that again, and we already have this
> functionality
On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> How about making "setup-environment" taking an argument and default to
> $PDW if no argument is given?
Just took a time to see that again, and we already have this
functionality by combining --setup-environment and --use-directory. If
one do
2007/2/10, Lucas C. Villa Real <[EMAIL PROTECTED]>:
> On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > > +if [ ! -z "`ls`" ]
> > > +then Die "Your ChrootCompile dir is not empty. Please correct and
> > > then rerun ChrootCompile."
> > > +fi
> > > +if [ "$chrootCompileDir"
On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > +if [ ! -z "`ls`" ]
> > +then Die "Your ChrootCompile dir is not empty. Please correct and then
> > rerun ChrootCompile."
> > +fi
> > +if [ "$chrootCompileDir" ]
> > +then dirname="$chrootCompileDir"
> > +else dirnam
2007/2/4, Lucas C. Villa Real <[EMAIL PROTECTED]>:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: Lucas C. Villa Real07/02/04 03:20:32
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> Added 'setup-environment' flag and s
Things break after compilation in some cases. I had this change
locally for a long time, so I can't remember exactly, but examples
include bash. That's probably related to recipes which require safe
linking, but maybe we should avoid adding in ChrootCompile Recipes
interpretation logic. Additionall
On 12/19/06, André Detsch <[EMAIL PROTECTED]> wrote:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: André Detsch06/12/19 21:17:42
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> Removed --no-symlink for Compile, as syml
On Mon, 18 Dec 2006 14:51:52 -0200
"Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote:
> > > Log message:
> > > Inclusion of $goboVariable/lock, as some builds expects it (eg:
^^
> > > Minicom)
> > >
> > > ...
> > > mkdir -p $rootdir/
On 12/18/06, Ricardo Nabinger Sanchez <[EMAIL PROTECTED]> wrote:
> On Mon, 18 Dec 2006 16:25:35 +
> "Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote:
>
> > Log message:
> > Inclusion of $goboVariable/lock, as some builds expects it (eg:
> > Minicom)
> >
> > ...
> > mkdir -p $rootdir/Sy
On Mon, 18 Dec 2006 16:25:35 +
"Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote:
> Log message:
> Inclusion of $goboVariable/lock, as some builds expects it (eg:
> Minicom)
>
> ...
> mkdir -p $rootdir/System/Variable
> mkdir -p $rootdir/System/Variable/tmp
> mkdir -p $rootdir
On 12/5/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote:
> On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > + if [ ! -z "${chrootCompileDir}" ]
> > + then
> > + cd "${chrootCompileDir}"
>
> I would suggest to use 'Quiet pushd' (and to add the missing 'Quiet
> popd' afte
On Tue, 05 Dec 2006 04:09:55 +0100, Lucas C. Villa Real
<[EMAIL PROTECTED]> wrote:
> On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
>> -chrootcompileMode="gobo"
>> -[ -e "./Compile.conf" ] && chrootcompileCompileConf="./Compile.conf"
>> -
>> +Parse_Conf Compile.conf
>> # allows one to ov
On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> --- bin/ChrootCompile 4 Dec 2006 18:47:14 - 1.15
> +++ bin/ChrootCompile 4 Dec 2006 21:02:11 - 1.16
> @@ -15,17 +15,18 @@
> Add_Option_Boolean "l" "local-repository" "Look at the local repository for
> recipes." ""
>
On 10/22/06, André Detsch <[EMAIL PROTECTED]> wrote:
> CVSROOT:/sources/goboscripts
> Module name:tools
> Changes by: André Detsch06/10/22 22:17:01
>
> Modified files:
> ChrootCompile/bin: ChrootCompile
>
> Log message:
> Added experimental '--local-programs' opt
24 matches
Mail list logo