You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/06/04 15:42:27 UTC

[GitHub] ajorgensen closed pull request #2766: Update build-artifacts.sh script path in docs

ajorgensen closed pull request #2766: Update build-artifacts.sh script path in docs
URL: https://github.com/apache/incubator-heron/pull/2766
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bazel_configure.py b/bazel_configure.py
index b91efe253d..865cb6d836 100755
--- a/bazel_configure.py
+++ b/bazel_configure.py
@@ -8,7 +8,7 @@
 # When changing this script, verify that it still works by running locally
 # on a mac. Then verify the other environments by doing this:
 #
-#  cd docker
+#  cd docker/scripts
 #  ./build-artifacts.sh ubuntu15.10 0.12.0 .
 #  ./build-artifacts.sh ubuntu14.04 0.12.0 .
 #  ./build-artifacts.sh centos7 0.12.0 .
diff --git a/website/content/docs/developers/compiling/docker.md b/website/content/docs/developers/compiling/docker.md
index 2e11da23ff..0a85ada9f0 100644
--- a/website/content/docs/developers/compiling/docker.md
+++ b/website/content/docs/developers/compiling/docker.md
@@ -34,13 +34,13 @@ Heron provides a `build-arfifacts.sh` script for Docker located in the
 
 ```bash
 $ cd /path/to/heron/repo
-$ docker/build-artifacts.sh
+$ docker/scripts/build-artifacts.sh
 ```
 
 Running the script by itself will display usage information:
 
 ```
-Usage: docker/build-artifacts.sh <platform> <version_string> [source-tarball] <output-directory>
+Usage: docker/scripts/build-artifacts.sh <platform> <version_string> [source-tarball] <output-directory>
 
 Platforms Supported: darwin, ubuntu14.04, ubuntu15.10, centos7
 
@@ -64,7 +64,7 @@ The following arguments are required:
 Here's an example usage:
 
 ```bash
-$ docker/build-artifacts.sh ubuntu14.04 0.12.0 ~/heron-release
+$ docker/scripts/build-artifacts.sh ubuntu14.04 0.12.0 ~/heron-release
 ```
 
 This will build a Docker container specific to Ubuntu 14.04, create a source
@@ -87,15 +87,13 @@ of the generated artifacts:
 
 ```bash
 $ ls ~/heron-release
+heron-0.12.0-ubuntu14.04.tar
+heron-0.12.0-ubuntu14.04.tar.gz
 heron-api-0.12.0-ubuntu14.04.tar.gz
-heron-client-0.12.0-ubuntu14.04.tar.gz
+heron-core-0.12.0-ubuntu14.04.tar.gz
+heron-install-0.12.0-ubuntu14.04.sh
+heron-layer-0.12.0-ubuntu14.04.tar
 heron-tools-0.12.0-ubuntu14.04.tar.gz
-heron-client-install-0.12.0-ubuntu.sh  
-heron-tools-install-0.12.0-ubuntu.sh
-heron-api-install-0.12.0-ubuntu.sh     
-heron-core-0.12.0-ubuntu.tar.gz
-```
-
 ## Contributing New Environments
 
 You'll notice that there are multiple


 

----------------------------------------------------------------
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