dgrove-oss opened a new issue #195: release tar balls should container top-level directory name-version-src URL: https://github.com/apache/incubator-openwhisk-release/issues/195 The 0.9.0-incubating src .tar.gz files do not contain the repo-name-version as a directory prefix. This is a bit unusual. Because the directory is not there, simply downloading and untaring multiple release tar balls ends up with a mess because they overwrite each other's contents. To be clear, compare one of our tarballs vs. apache-kafka's src.tar.gz ``` daves-mbp-3:Downloads dgrove$ tar tf openwhisk-0.9.0-incubating-sources.tar.gz | head ./ ./.gitattributes ./ansible/ ./ansible/postdeploy.yml ./ansible/openwhisk.yml ./ansible/logs.yml ./ansible/initdb.yml ./ansible/apigateway.yml ./ansible/boot_instances_dist.yml ./ansible/couchdb.yml ``` ``` daves-mbp-3:Downloads dgrove$ tar tf kafka-1.1.0-src.tgz | head kafka-1.1.0-src/ kafka-1.1.0-src/.gitignore kafka-1.1.0-src/.travis.yml kafka-1.1.0-src/CONTRIBUTING.md kafka-1.1.0-src/HEADER kafka-1.1.0-src/LICENSE kafka-1.1.0-src/NOTICE kafka-1.1.0-src/PULL_REQUEST_TEMPLATE.md kafka-1.1.0-src/README.md kafka-1.1.0-src/Vagrantfile ```
---------------------------------------------------------------- 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
