| Summary: | Portage Sync action should ignore lost+found | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | samurai.no.dojo |
| Component: | Enhancement/Feature Requests | Assignee: | Portage team <dev-portage> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | samurai.no.dojo |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
samurai.no.dojo
2016-06-07 10:05:03 UTC
Proposed change: PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git --exclude=/lost+found" instead of PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" You can set PORTAGE_RSYNC_EXTRA_OPTS="/lost+found" if that's what you need. I'm not sure if this is worthy of inclusion in the defaults. In fact I'm not very happy about most of the default excludes, since I feel like it would be better not to encourage mixing non-repo items into the repo's directory (sometimes people are surprised when they add new stuff and rsync deletes it for them). OK I can adjust it by myself. It was just to let you know. |