zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Creating ZPK broken in Nov 24th phar #49

Closed adamculp closed 9 years ago

adamculp commented 9 years ago

When I try to create a zpk file using the latest Nov 24th phar file I get the following error:

PHP Fatal error: Uncaught exception 'Exception' with message 'Incorrect signature or unknown identity' in phar:///var/lib/jenkins/workspace/Staging/ZsClient/bin/zs-client.phar/vendor/zenddevops/webapi/src/ZendServerWebApi/Model/ApiManager.php:2

To test this I used the Oct 31st phar and it works as expected.

slaff commented 9 years ago

@adamculp Adam, can you check the latest phar and see if it works for you?

adamculp commented 9 years ago

That is working now. What was the cause?