On Tuesday, July 26, 2011 9:21:48 AM James Strachan wrote:
> On 20 July 2011 16:56, Daniel Kulp <dk...@apache.org> wrote:
> > I asked Hadrian and he didn't know and James hasn't responded, so I'll
> > ask here.
> > 
> > Does anyone know who's crontab the rsync of the site from the cwiki
> > staging area to /www/camel.apache.org is running?
> > 
> > It's not currently preserving timestamps (causing unnecessary transfers,
> > cache invalidations, etc...)  and it's also not setting the group
> > writable flag on things so I'd like to work with whomever is doing it
> > to get things fixed up a bit.    I'd be happy to also take it over and
> > add it to my crontab (with the CXF stuff) if they would prefer that.
> 
> I'm currently doing
> 
> 0 * * * * (/usr/local/bin/rsync -r
> /home/jefft/public_html/confluence/CAMEL/ /www/camel.apache.org)

I'm surprised that still works.   The "official" confluence autoexport 
location was moved several years ago.   Nice of jefft to keep a symlink 
around.   :-)

> but you're more than welcome to do it instead. Lemme know and I'll zap my
> entry

I've gone ahead and added it to mine (which also handles the CXF site) so you 
should be able to remove it. 

However, can you log into people.apache.org and do:

chmod -Rf g+w /www/camel.apache.org/
chgrp -R camel /www/camel.apache.org/

to make sure everything gets appropriately set to camel group and group 
writable.  Right now, there are a couple directories there that are not set 
group writable which is causing problems.


-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to