Here's your new crontab entries we talked about:

 0 * * * * (/usr/local/bin/rsync -p -r /www/confluence-exports/SHIRO/ 
/www/incubator.apache.org/shiro)
 5 * * * * (find /www/incubator.apache.org/shiro -type f -exec chmod g+rw {} \;)
 5 * * * * (find /www/incubator.apache.org/shiro -type d -exec chmod g+rwx {} 
\;)

On May 19, 2010, at 3:25 PM, Les Hazlewood wrote:

> Hi team,
> 
> I'm setting up a new (much nicer) site template for the Confluence
> site export.  This template requires static assets (images, css).
> 
> Along with our maven generated site, which is also static, I'm
> thinking we need a single directory in the web space which indicates
> all static resources so we don't conflict with any Confluence-exported
> content.
> 
> I'm thinking we should have a top-level /static directory under which
> all static content resides, including the Maven generated site.
> Currently the maven generated site is located at /site which is a
> little odd, since we already have a 'site'.  Can we move it to
> /static/mvnsite to parallel other static images?  Thoughts?
> 
> - Les

Reply via email to