[
https://issues.apache.org/jira/browse/ETCH-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912418#action_12912418
]
Holger Grandy edited comment on ETCH-96 at 9/20/10 5:54 AM:
------------------------------------------------------------
I'll add chmod to my crontab, the rsync is also there
here is my current crontab
7 * * * * /usr/local/bin/rsync -r /www/confluence-exports/ETCH/
/www/incubator.apache.org/etch > /dev/null 2>&1
10 * * * * find /www/incubator.apache.org/etch -type f -exec chmod g+rw {} \;
>/dev/null 2>&1
10 * * * * find /www/incubator.apache.org/etch -type d -exec chmod g+rwx {} \;
>/dev/null 2>&1
was (Author: grandyho):
I'll add chmod to my crontab, the rsync is also there
> Change CWiki etch confluence template
> -------------------------------------
>
> Key: ETCH-96
> URL: https://issues.apache.org/jira/browse/ETCH-96
> Project: Etch
> Issue Type: Test
> Components: webpage
> Reporter: Michael Fitzner
> Assignee: Gavin
> Fix For: 1.1
>
> Attachments: architecture.zip
>
>
> Change the CWiki confluence auto export template to fix current bugs.
> - Request current export template for etch (mentors)
> - Static data are already moved to
> http://incubator.apache.org/etch/static/assets/images/etch-logo.png
> - Change template so that the result looks like the attached view
> - Send template to confluence admins to integrate to export plugin
> - Add chmod to chrontab for files and folders, so that the influence
> group has following permissions g+rw for files and g+rwx for folders (how to
> see http://incubator.apache.org/shiro/confluence-auto-export.html)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.