On 7/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 7/5/06, Craig McClanahan <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] `chmod -Rf g+w > /www/people.apache.org/builds/shale/' This is working. :) -- Wendy
Craig
