joshfischer1108 commented on issue #3465: can not get install sh URL: https://github.com/apache/incubator-heron/issues/3465#issuecomment-589495112 @dttlgotv This is mistake in the documentation that needs to be corrected. Prior to Heron being donated to the ASF all of the releases were made in Github. Now that Heron is part of the Apache Foundation we need to go through a different release process as well as host the convenience binaries on Apache infrastructure for distribution. We are close to getting to that point, but still have a little bit of work to do. If you want to build the install script for a platform you can run the following command ``` $ bazel build --config=darwn/ubuntu/centos/debian scripts/packages:binpkgs ``` However, instead of having `darwn/ubuntu/centos/debian` as the config parameter value you need to select one OS value. MacOs would be `--config=darwin` Debian would be `--config=debian` Ubuntu would be `--config=ubuntu` Centos would be `--config=centos` The output will be a file named `heron-install.sh` if I remember correctly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
