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

Unified Diff: buildbot/buildbot_pnacl_merge.sh

Issue 8391032: Part 2 of 3: Moving tools/llvm to pnacl/ (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 2 months 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
« no previous file with comments | « no previous file | buildbot/buildbot_spec2k.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl_merge.sh
===================================================================
--- buildbot/buildbot_pnacl_merge.sh (revision 7025)
+++ buildbot/buildbot_pnacl_merge.sh (working copy)
@@ -20,10 +20,10 @@
TOOLCHAIN_LABEL="pnacl_linux_x86_64_newlib"
GSBASE="gs://nativeclient-archive2/pnacl/between_bots/llvm"
-export UTMAN_BUILDBOT=true
+export PNACL_BUILDBOT=true
GSUTIL=buildbot/gsutil.sh
-UTMAN=tools/llvm/utman.sh
+PNACL_BUILD=pnacl/build.sh
MERGE_TOOL=tools/llvm/merge-tool.sh
SPEC2K_SCRIPT=buildbot/buildbot_spec2k.sh
PNACL_SCRIPT=buildbot/buildbot_pnacl.sh
@@ -72,17 +72,17 @@
fi
echo "@@@BUILD_STEP show-config@@@"
- ${UTMAN} show-config
+ ${PNACL_BUILD} show-config
- # Variables for utman.sh
+ # Variables for build.sh
export LLVM_PROJECT_REV=${BUILDBOT_REVISION}
- export UTMAN_MERGE_TESTING=true
- export UTMAN_PRUNE=true
+ export PNACL_MERGE_TESTING=true
+ export PNACL_PRUNE=true
# Build the un-sandboxed toolchain
echo "@@@BUILD_STEP compile_toolchain@@@"
- ${UTMAN} clean
- ${UTMAN} untrusted_sdk pnaclsdk.tgz
+ ${PNACL_BUILD} clean
+ ${PNACL_BUILD} untrusted_sdk pnaclsdk.tgz
#echo "@@@BUILD_STEP archive_toolchain@@@"
#${GSUTIL} cp pnaclsdk.tgz \
« no previous file with comments | « no previous file | buildbot/buildbot_spec2k.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698