saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 231 forks source link

Do not hardcode composer checksum #83

Closed wwentland closed 8 years ago

wwentland commented 8 years ago

This allows composer installs to function even if the installer checksum changes, and doesn't force us to update the formula all the time.

We can do this now as composer upstream provides the checksum on https://composer.github.io/installer.sig since 2016-04-28.

See https://composer.github.io/pubkeys.html for further details.

puneetk commented 8 years ago

Does the source_hash work for all salt versions ?

wwentland commented 8 years ago

No, sureley not, but it was introduced in e566f42f which is present in every branch since 2014.1.

gravyboat commented 8 years ago

Thanks @babilen, if anyone is using a release older than 2014.1 they can update.