Sugar Network/Recipe Specification: Difference between revisions
| Line 228: | Line 228: | ||
'''type''' = <package-type> | '''type''' = <package-type> | ||
Packaging system type that describing package belongs to. Supported values (case-sensitive): | Packaging system type that describing package belongs to. Should be used only for non-rpm/deb packages. Supported values (case-sensitive): | ||
* ''Gentoo'' for Gentoo distribution, | * ''Gentoo'' for Gentoo distribution, | ||
* ''Slack'' for Slackware distribution, | * ''Slack'' for Slackware distribution, | ||
| Line 240: | Line 238: | ||
Case insensitive glob mask of repository name in OBS project that current recipe belongs to. If option is absent, aliasing will be applied to all repositories. | Case insensitive glob mask of repository name in OBS project that current recipe belongs to. If option is absent, aliasing will be applied to all repositories. | ||
Aliasing might be different for different repositories, e.g., if repositories come from several GNU/Linux distributions. In that case per-repository Package sections (with setting ''repo'' option) should be used: | |||
Aliasing might be different for different repositories, e.g., if repositories come from several GNU/Linux distributions. In that case per-repository Package sections should be used: | |||
[Package/<arbitrary-unique-name>] | [Package/<arbitrary-unique-name>] | ||