Re: Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Andreas Andreou
It eventually worked, thx a lot - for those that might try the same and keep getting: bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.7] The trick is to a

Re: Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Andreas Andreou
- thx, will give that a try On Mon, May 31, 2010 at 13:29, Justin Mason wrote: > Nope -- you can set up your user account on the hudson machine to > contain the public key for your user account on p.a.o in > ~/.ssh/authorized_keys, and use "rsync -vrze ssh hudsonhost:/path > ./localpath" fro

Re: Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Justin Mason
Nope -- you can set up your user account on the hudson machine to contain the public key for your user account on p.a.o in ~/.ssh/authorized_keys, and use "rsync -vrze ssh hudsonhost:/path ./localpath" from p.a.o. --j. On Mon, May 31, 2010 at 11:21, Andreas Andreou wrote: > Yes, i was planning t

Re: Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Andreas Andreou
Yes, i was planning to setup rsync cron jobs at people.apache.org to initiate the copy. However, I do need to setup the rsync demon at hudson.zones.apache.org to "expose" /export/home/hudson/hudson/jobs/tapestry-5.2-docs/site , right? On Mon, May 31, 2010 at 12:04, Justin Mason wrote: > You can s

Re: Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Justin Mason
You can set up rsync cron jobs as your own uid, on either end. Note however that user accounts on the Hudson machines should not be allowed passwordless SSH access to people.a.o, as they need to be considered untrustworthy due to the large number of user accounts and wide attack surface for hacker

Copying documentation artifacts from hudson (or vesta) to people

2010-05-31 Thread Andreas Andreou
Hi. We'd like to copy the generated documentation for the Tapestry project from hudson.zones.apache.org:/export/home/hudson/hudson/jobs/tapestry-5.2-docs/site into people.apache.org:/www/tapestry.apache.org/tapestry5.2-dev/ I was recently told that this should be best done by setting up rsync on h