ytoolshed / multipkg

Automation for package builds
67 stars 37 forks source link

Added support for an "os" tag in index.yaml. If supplied, it will be #38

Closed tbosserman closed 8 years ago

tbosserman commented 8 years ago

If the "os" tag is supplied, it will be appended to the "release" tag. This allows you do generate RPMS with names that look like this: lxc-square-1.0-1453753102.el7.noarch.rpm

grierj commented 8 years ago

This looks fine, totally new data that has to be added to the yaml file, no conflict with current data usage.