From 35748919429c23b9ea91099b8d3b481dff5bbae5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 29 Apr 2015 15:08:49 -0700 Subject: [PATCH] src: update buildall.bash comment with renamed trybot builder Change-Id: I77887d247d3e5d60305fc76f962652268827b955 Reviewed-on: https://go-review.googlesource.com/9516 Reviewed-by: David Crawshaw Run-TryBot: Brad Fitzpatrick --- src/buildall.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buildall.bash b/src/buildall.bash index 89a4501bcb..037ad6d090 100755 --- a/src/buildall.bash +++ b/src/buildall.bash @@ -6,8 +6,8 @@ # Usage: buildall.sh [-e] [pattern] # # buildall.bash builds the standard library for all Go-supported -# architectures. It is used by the linux-amd64-compilesmoke trybot -# builder, as a smoke test to quickly flag portability issues. +# architectures. It is used by the "all-compile" trybot builder, +# as a smoke test to quickly flag portability issues. # # Options: # -e: stop at first failure -- 2.51.0