help-gnubatch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-gnubatch] Force reload env


From: Reuti
Subject: Re: [help-gnubatch] Force reload env
Date: Thu, 28 Jan 2016 21:54:40 +0100

Hi,

Am 28.01.2016 um 18:38 schrieb Sun Ray:

> The path to the scripts that are run from GNU batch changes with every 
> release. 
> 
> For example, the script could be in /product/release.1/bin/myscript and with 
> another release next day, the script needs to be sourced from 
> /product/release.2/bin/myscript.
> 
> $MY_SCRIPT_PATH=/product/release.1 today and it changes to 
> $MY_SCRIPT_PATH=/product/release.2 next day. 
> 
> So how do I force GNUbatch to find the right script path. This is affecting 
> us in production right now and any input is much appreciated.

I can't test it with your particular set up, but what about handling it outside 
of GNU batch by having a path pointing to:

MY_SCRIPT_PATH=/product/recent

and recent is a symbolic link to the actual directory. After release.2 is 
tested, you can `ln -sfT release.2 recent` to adjust it.

-- Reuti


> On Thu, Jan 28, 2016 at 2:44 AM, Reuti <address@hidden> wrote:
> Hi,
> 
> > Am 28.01.2016 um 03:24 schrieb Sun Ray <address@hidden>:
> >
> > Hi,
> >
> > Is there a way to force GNUBatch to reload the env variables everytime it
> > runs a scheduled job. I would like GNUBatch to source and reload .bashrc.
> > Please let me know.
> 
> just for curiosity: what's the rationale behind it?
> 
> -- Reuti
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]