atom feed29 messages in org.apache.shale.devRe: Nightly builds redirected and a c...
FromSent OnAttachments
Craig McClanahanJul 5, 2006 10:04 pm 
Sean SchofieldJul 6, 2006 8:35 am 
Sean SchofieldJul 6, 2006 8:38 am 
Wendy SmoakJul 6, 2006 8:48 am 
Craig McClanahanJul 6, 2006 10:06 am 
Wendy SmoakJul 6, 2006 10:23 am 
Craig McClanahanJul 6, 2006 10:27 am 
Wendy SmoakJul 6, 2006 10:42 am 
Sean SchofieldJul 6, 2006 2:59 pm 
James MitchellJul 7, 2006 10:12 am 
James MitchellJul 7, 2006 10:16 am 
Wendy SmoakJul 7, 2006 10:22 am 
Wendy SmoakJul 7, 2006 11:43 am 
James MitchellJul 7, 2006 12:40 pm 
James MitchellJul 7, 2006 1:47 pm 
Wendy SmoakJul 7, 2006 7:05 pm 
James MitchellJul 7, 2006 7:33 pm 
James MitchellJul 7, 2006 8:50 pm 
Matthias WessendorfJul 7, 2006 9:00 pm 
Craig McClanahanJul 7, 2006 9:33 pm 
James MitchellJul 7, 2006 9:35 pm 
James MitchellJul 7, 2006 9:40 pm 
Craig McClanahanJul 7, 2006 9:40 pm 
James MitchellJul 7, 2006 10:38 pm 
James MitchellJul 7, 2006 10:58 pm 
Matthias WessendorfJul 8, 2006 2:24 am 
Gary VanMatreJul 8, 2006 8:02 am 
Wendy SmoakJul 16, 2006 12:24 pm 
Craig McClanahanJul 16, 2006 2:11 pm 
Subject:Re: Nightly builds redirected and a couple of website todos
From:Craig McClanahan (crai@apache.org)
Date:Jul 16, 2006 2:11:46 pm
List:org.apache.shale.dev

On 7/16/06, Wendy Smoak <wsm@gmail.com> wrote:

On 7/5/06, Craig McClanahan <crai@apache.org> wrote:

I've redirected the nightly builds script to:

http://people.apache.org/builds/shale/

and modified my local script to post there.

Can we change this to /builds/shale/nightly ? Eventually we'll want to put test builds/release candidates there as well, and they will be easier to manage in separate directories.

Good idea ... I've updated my build script and moved the existing files. Now we just need to chase down links in the website.

In addition, I think I've

figured out the trick that "mvn site:deploy" uses to get the resulting permissions correct. It looks like it issues a remote ssh command after the upload -- in my case, I've added the following to my scipt; we'll see if it actually works tomorrow:

ssh crai@people.apache.org `chmod -Rf g+w /www/people.apache.org/builds/shale/'

This is working. :)

Craig