phar-io / phive

The Phar Installation and Verification Environment (PHIVE)
https://phar.io
BSD 3-Clause "New" or "Revised" License
581 stars 45 forks source link

Allow custom filenames for GPG signature #21

Closed sebastianheuer closed 7 years ago

sebastianheuer commented 8 years ago

Currently the filename of the GPG signature file for a phar is composed by using the filename of the phar and adding .asc. The phar.io repository URL allows providing a custom filename for the signature file and Phive should act accordingly.

theseer commented 8 years ago

Status Update:

Since commit b3bae81d2c94ef67c015c6bacf7fdb0787f4e2e2 we have the following:

theseer commented 7 years ago

The current implementation was determined to be good enough.

We consider installing via a full URL or using a non-standard name for the signature files an edge case. So for now, there is no further development planned on this.

Note: If you stumbled upon this issue using a search and can make a valid case where the currently missing functionality would be required, please open a new, specific ticket for that and we might reconsider.