How Do I Change an Agent's Sandbox?

834 views
Skip to first unread message

aje...@webmd.net

unread,
Sep 8, 2014, 3:37:37 PM9/8/14
to go...@googlegroups.com
I'm evaluating Go as a replacement for CruiseControl.NET. Our current build servers have a dedicated D:\ drive for building on. Is there a way to tell a Go agent to use a different directory than C:\Program Files (x86)\Go Agent?

Aravind SV

unread,
Sep 8, 2014, 6:26:28 PM9/8/14
to aje...@webmd.net, go...@googlegroups.com
Depends on the installer you use. If you're using the EXE installer, you should get a screen like this during installation:

Inline image 1

If you're using a zip "installer", then, the directory where you unzip it and start it from is where it will run from.


On Mon, Sep 8, 2014 at 3:37 PM, <aje...@webmd.net> wrote:
I'm evaluating Go as a replacement for CruiseControl.NET. Our current build servers have a dedicated D:\ drive for building on. Is there a way to tell a Go agent to use a different directory than C:\Program Files (x86)\Go Agent?

--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Bertrand Latinville

unread,
May 28, 2015, 4:38:54 AM5/28/15
to go...@googlegroups.com, aje...@webmd.net

Hello,

Is it possible to change the sandbox on a mac ?
I tried to run the go agent passing options '/D <path>' ( like windows installer) with no success.

Thanks.

Ketan Padegaonkar

unread,
May 28, 2015, 4:45:30 AM5/28/15
to Aravind SV, aje...@webmd.net, go...@googlegroups.com
On Tue, Sep 9, 2014 at 3:56 AM Aravind SV <arv...@thoughtworks.com> wrote:
Depends on the installer you use. If you're using the EXE installer, you should get a screen like this during installation:



If you're using a zip "installer", then, the directory where you unzip it and start it from is where it will run from.

Tummala Ravikiran

unread,
Aug 21, 2015, 8:28:23 AM8/21/15
to go-cd, aje...@webmd.net
Hello Aravind,

Is there a way to change the sandbox path of Go Agent on OSX. I've searched a lot but was out of luck. The problem that I am currently facing is that, I have generated data that resides in my derived data and when I am trying to copy that to my pipelines, I am not able to. The reason being the folder name has spaces and the (ditto & copy) functions are failing.

Thanks,
Ravi

Graham Christensen

unread,
Aug 21, 2015, 8:31:05 AM8/21/15
to go...@googlegroups.com, aje...@webmd.net
Hi Ravi,

If you quote your copy command's arguments, they should work just fine
with spaces. Have you given that a try?


Graham

Tummala Ravikiran wrote:
> Hello Aravind,
>
> Is there a way to change the sandbox path of Go Agent on OSX. I've
> searched a lot but was out of luck. The problem that I am currently
> facing is that, I have generated data that resides in my derived data
> and when I am trying to copy that to my pipelines, I am not able to. The
> reason being the folder name has spaces and the (ditto & copy) functions
> are failing.
>
> Thanks,
> Ravi
>
> On Tuesday, 9 September 2014 03:56:28 UTC+5:30, Aravind SV wrote:
>
> Depends on the installer you use. If you're using the EXE installer,
> you should get a screen like this during installation:
>
> Inline image 1
>
> If you're using a zip "installer", then, the directory where you
> unzip it and start it from is where it will run from.
>
>
> On Mon, Sep 8, 2014 at 3:37 PM, <aje...@webmd.net <javascript:>> wrote:
>
> I'm evaluating Go as a replacement for CruiseControl.NET. Our
> current build servers have a dedicated D:\ drive for building
> on. Is there a way to tell a Go agent to use a different
> directory than C:\Program Files (x86)\Go Agent?
>
> --
> You received this message because you are subscribed to the
> Google Groups "go-cd" group.
> To unsubscribe from this group and stop receiving emails from
> it, send an email to go-cd+un...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to go-cd+un...@googlegroups.com
> <mailto:go-cd+un...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

--
Sent from Postbox
<https://www.postbox-inc.com/?utm_source=email&utm_medium=siglink&utm_campaign=reach>

Henrique Gemignani

unread,
Aug 21, 2015, 4:07:14 PM8/21/15
to go-cd, aje...@webmd.net
I've managed to move the sandbox path on OSX by using the 'overrides.env' file.
Since this file is sourced as a bash script, I've created one with the following content:

export WORKING_DIRECTORY=~/.goagent
cd "$WORKING_DIRECTORY"


You could also alter the 'Go Agent.app/Contents/MacOS/go-agent' inside the .app package, but this would void the signature.
Reply all
Reply to author
Forward
0 new messages