summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorMarcin Kosiba <mkosiba@google.com>2013-04-11 21:40:29 +0100
committerMarcin Kosiba <mkosiba@google.com>2013-04-11 21:40:29 +0100
commitf043671dc25b5046a94a604b1549cda2cf66a2ae (patch)
treeff57a0db1bb36dbb3513df7094fedd89086269b2 /chromium/tools
parent77dcb868f0fea4f37e49fc38b9fff18bbac21784 (diff)
downloadandroid_frameworks_webview-f043671dc25b5046a94a604b1549cda2cf66a2ae.tar.gz
android_frameworks_webview-f043671dc25b5046a94a604b1549cda2cf66a2ae.tar.bz2
android_frameworks_webview-f043671dc25b5046a94a604b1549cda2cf66a2ae.zip
Print synced chromium revision on ToT bot.
Since we're pulling ToT and not BUILDBOT_REVISION it seems like a good idea to print out what we've just synced to. Change-Id: Ib9f1fddc3b890d0962c2920ef5e321954766f27a
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/buildbot/webview_buildbot_functions.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/chromium/tools/buildbot/webview_buildbot_functions.sh b/chromium/tools/buildbot/webview_buildbot_functions.sh
index 0c081f2..2b92dd2 100755
--- a/chromium/tools/buildbot/webview_buildbot_functions.sh
+++ b/chromium/tools/buildbot/webview_buildbot_functions.sh
@@ -151,11 +151,9 @@ function bb_webview_sync_upstream_chromium {
echo "Updating"
git crup -j8 --no-hooks
- # if [ -n "${BUILDBOT_REVISION}" ]; then
- # echo "Checking out revision ${BUILDBOT_REVISION}"
- # git checkout ${BUILDBOT_REVISION}
- # git crsync --no-hooks
- # fi
+ echo "@@@BUILD_STEP Print checked out chromium revision@@@"
+ git log -1
+
cd ${ANDROID_SRC_ROOT}
}