You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/02 14:36:40 UTC

[GitHub] rabbah commented on issue #15: Support tar.gz as package format, for increased compatibility with `npm pack`

rabbah commented on issue #15: Support tar.gz as package format, for increased compatibility with `npm pack`
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/15#issuecomment-348696041
 
 
   Hmm - we can auto detect zip vs tgz in each of the runtimes (see https://en.wikipedia.org/wiki/List_of_file_signatures). The expected first bytes for a zip/jar file are `50 4b 03 04` and for a tgz are `1f 8b`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services