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: [email protected] With regards, Apache Git Services
