Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1186)

Unified Diff: build_tools/bots/bot_common.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build_tools/bots/bot_common.sh
diff --git a/build_tools/bots/bot_common.sh b/build_tools/bots/bot_common.sh
index 6ab43bd5829c836dd8be28e800f40764e237814b..a2ac203d32dbf87477d03ed07942557233d9a306 100644
--- a/build_tools/bots/bot_common.sh
+++ b/build_tools/bots/bot_common.sh
@@ -15,12 +15,12 @@ MESSAGES=
BuildSuccess() {
echo "naclports nacl-install-all: Install SUCCEEDED $1 \
-($NACL_PACKAGES_BITSIZE)"
+($NACL_PACKAGES_ARCH)"
jvoung - send to chromium... 2012/12/27 22:09:50 NACL_ARCH or NACL_PACKAGES_ARCH?
Sam Clegg 2012/12/28 15:31:43 Done.
}
BuildFailure() {
MESSAGE="naclports nacl-install-all: Install FAILED for $1 \
-($NACL_PACKAGES_BITSIZE)"
+($NACL_PACKAGES_ARCH)"
echo $MESSAGE
echo "@@@STEP_FAILURE@@@"
MESSAGES="$MESSAGES\n$MESSAGE"

Powered by Google App Engine
This is Rietveld 408576698