]> Cypherpunks repositories - gostls13.git/commitdiff
src: update buildall.bash comment with renamed trybot builder
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Apr 2015 22:08:49 +0000 (15:08 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Apr 2015 22:22:20 +0000 (22:22 +0000)
Change-Id: I77887d247d3e5d60305fc76f962652268827b955
Reviewed-on: https://go-review.googlesource.com/9516
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>

src/buildall.bash

index 89a4501bcb047fc4053cfaf74336c9816f08f44f..037ad6d0902f3ac10ec0d00ad004ba4e32026a06 100755 (executable)
@@ -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