desc / puppet-reprepro

Handle local repositories of debian packages
21 stars 25 forks source link

Overrides #61

Open peterbeck opened 8 years ago

peterbeck commented 8 years ago

Is there a reason for the missing parameter of "overrides" ? Sometimes you'll add a package from another repo (unstable for example). Rather than repackaging you can change its metadata with the override parameter in the distributions config file (refering to the Debian Wiki):

DebOverride: override.<= @codename %>
DscOverride: override.<= @codename %>

Regards Peter