| Summary: | Absolute path required in per-repo sets.conf (makes specifying per-repo sets close to impossible) | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Manuel Nickschas <sputnick> |
| Component: | Enhancement/Feature Requests | Assignee: | Portage team <dev-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Manuel Nickschas
2008-05-07 10:40:48 UTC
Since 2.2_pre6 you can use the following syntax for sets based on StaticFileSet:
[foo]
class = portage.sets.files.StaticFileSet
filename = ${repository:gentoo}/sets/foo
Replace 'gentoo' with the name (as listed in profiles/repo_name) of the repository/overlay that contains sets/foo. Same syntax also works for the 'directory' option. Relative paths aren't possible due to restrictions of the underlying parser.
|