From d14058bc29512918ffd4e7413c6d5ae8524088ed Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 10 Sep 2013 11:33:26 -0700 Subject: [PATCH] Update usage comments in hack/make.sh --- hack/make.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/make.sh b/hack/make.sh index 9910882e20..3df411f107 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -11,11 +11,12 @@ # will be used as Docker binary version and package version. # - The hash of the git commit will also be included in the Docker binary, # with the suffix -dirty if the repository isn't clean. -# - The script is intented to be run as part of a docker build, as defined +# - The script is intented to be run inside the docker container specified # in the Dockerfile at the root of the source. In other words: # DO NOT CALL THIS SCRIPT DIRECTLY. # - The right way to call this script is to invoke "docker build ." from -# your checkout of the Docker repository. +# your checkout of the Docker repository, and then +# "docker run hack/make.sh" in the resulting container image. # # FIXME: break down bundles into sub-scripts