----- Original Message ---- > From: Dave Fisher <[email protected]> > To: [email protected] > Sent: Tue, June 21, 2011 9:43:32 PM > Subject: Re: Publishing changed websit at apache > > > On Jun 21, 2011, at 4:34 PM, Carl Marcum wrote: > > > On 06/21/2011 07:27 PM, Carl Marcum wrote: > >> > >> > >> On 06/19/2011 03:03 AM, Ross Gardler wrote: > >>> > >>> Sent from my mobile device (so please excuse typos) > >>> > >>> On 19 Jun 2011, at 05:20, Raphael Bircher<[email protected]> wrote: > >>> > >>>> Hi at all > >>>> > >>>> I changed people.html short after mid-night (Middel-European summer >Timezone). This is now about six houers ago, and I see no changes on the >website itself. The changes are in the SVN reprostory, but not transmited to >the site. > >>>> From same documentation about the apache web infrastructure, i know, > >>>> this >can take 2 houers from the change at SVN to the change on the website itself. >have I to run a script after the commit? who is the exact documentation for >it? >Thanks a load for help! > >>>> > >>>> > >>> Sounds like you are reading docs for the old system (some parts of the > >>> ASF >are still transitioning). See http://www.apache.org/dev/cmsref.html#publishing > >> > >> Does that mean I should run 'http://s.apache.org/cms-cli' after > >> committing >the change and buildbot has committed the html? > >> > >> Thanks, > >> Carl > >> > > Sorry, I found this in another thread. > > > > http://www.apache.org/dev/infra-site.html#command_line > > That's the correct last step in changing the site. I followed the second >choice and used my people.a.o account. I've had it for a few years. > > ssh -t <user>@people.apache.org publish.pl www <user> ^^^ That is the project name in the CMS. If you use "www" you will be attempting to publish the www.apache.org site. You need to use "openofficeorg" to publish to incubator.apache.org/openofficeorg.
The script works for every site based in the CMS, so specifying the proper project name is rather important. FWIW every committer has permission to commit to the www.apache.org site, but only infrastructure people and Apache members may publish (ie use the script). IOW you do not need to ask anyone's permission to commit to www. However publishing, via the script or via the CMS webgui, is a separate matter.
