cfillion / reapack-index

Package indexer for git-based ReaPack repositories
GNU General Public License v3.0
28 stars 1 forks source link

providing the same file in multiple packages results confusing conflict #6

Closed obogz closed 4 years ago

obogz commented 4 years ago

Hi,

Can you please add this information https://forum.cockos.com/showpost.php?p=2030481&postcount=658 In the packaging documentation or clarify in the error description

Example Instead of: warning: pack2.lua: 'library.lua' conflicts with 'pack1.lua' -

warning: pack2.lua: 'library.lua' conflicts with 'pack1.lua' (Only one package is allowed to own a given file in the resource directory.)

Or mention that here https://github.com/cfillion/reapack-index/wiki/Packaging-Documentation

All the best, Bogdan

cfillion commented 4 years ago

Thanks for the report, I've added a paragraph to the documentation of the @provides tag.

obogz commented 4 years ago

cool, thanks!