| Summary: | Wrong permissions on RAP repo cause eclipse mirror rsync errors | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Carsten Reckord <reckord> |
| Component: | Releng | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mknauer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | |||
|
Description
Carsten Reckord
Thanks, this is fixed now.
There were some inconsistencies... are you sure that this is a new error, or did this happen unnoticed in the past?
chgrp -R rt.rap 3.* tools/3*
find 3.* tools/3.* -type d -exec chmod 2775 {} \;
find 3.* tools/3.* -type f -exec chmod 664 {} \;
It also happened in the past. I only noticed now because I tightened the error checking of my rsync script. |