From 24159294d6856a8815c54113b77f136bf1ec7664 Mon Sep 17 00:00:00 2001 From: Jeff Mendoza Date: Thu, 10 Jul 2014 15:48:58 -0700 Subject: [PATCH] Fix build-release comments. --- release/build-release.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/release/build-release.sh b/release/build-release.sh index 73eea9d8f34..19a9a48fb21 100755 --- a/release/build-release.sh +++ b/release/build-release.sh @@ -14,11 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script will build and release Kubernetes. -# -# The main parameters to this script come from the config.sh file. This is set -# up by default for development releases. Feel free to edit it or override some -# of the variables there. +# This script will build a Kubernetes release tarball # exit on any error set -eu