silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Add SHA256 checksum to verify the files #61

Closed Firesphere closed 6 years ago

dhensby commented 6 years ago

hmm - the problem with this is as soon as we merge a PR the phar will be rebuilt and the checksum will change. we need to make this update as part of the release script (see https://github.com/silverstripe/sspak/blob/master/.travis.yml#L27)

derp - this is of the installer and not the phar itself

dhensby commented 6 years ago

Can we add some kind of travis test that will fail if our documented sha doesn't match the actual sha as we don't want to have to have a human remember this...

dhensby commented 6 years ago

I'm closing this as stale - we can now push users to install via composer rather than via bash