Dnia sobota, 7 października 2006 03:16, Robert Welz napisał:
> Hello!
>
> Are there hooks in portage with which I can execute some scripts after
> an emerge -u world? I need to check my libraries in the chroot jail :) I
> build for boinc today against their original counterparts in the file
> syste
On Saturday 07 October 2006 05:23, Robert Welz wrote:
[SNIP]
> What do you think?
There is no such hook. Write a separate script or a wrapper. Since it's
supposed to run after the emerge and not during the emerge I really don't see
why it should need to use a hook.
[SNIP]
> What is the right ma
Bo Ørsted Andresen schrieb:
>
> On Saturday 07 October 2006 03:16, Robert Welz wrote:
>
> > Are there hooks in portage with which I can execute some scripts after
>
> > an emerge -u world? I need to check my libraries in the chroot jail :) I
>
> > build for boinc today against their original counte
On Saturday 07 October 2006 03:16, Robert Welz wrote:
> Are there hooks in portage with which I can execute some scripts after
> an emerge -u world? I need to check my libraries in the chroot jail :) I
> build for boinc today against their original counterparts in the file
> system. This would be
Hello!
Are there hooks in portage with which I can execute some scripts after
an emerge -u world? I need to check my libraries in the chroot jail :) I
build for boinc today against their original counterparts in the file
system. This would be nicer than having a cronjob looking after them at
fixed
A simple solution would beto use && :
emerge -u world && echo do whatever
you could also write a wrapper script relatively easily
Dave
On Sat, 07 Oct 2006 00:56:21 +0200
Robert Welz <[EMAIL PROTECTED]> wrote:
> Hello!
>
> Are there hooks in portage with which I can execute some scripts after
On Friday 06 October 2006 17:56, Robert Welz <[EMAIL PROTECTED]> wrote
about '[gentoo-user] how to execute some scripts after an emerge':
> Are there hooks in portage with which I can execute some scripts after
> an emerge -u world?
Not AFAIK. However, it's easy eno
7 matches
Mail list logo