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

Unified Diff: utils/release/tag.sh

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 10 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 | « unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp ('k') | utils/release/test-release.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/release/tag.sh
diff --git a/utils/release/tag.sh b/utils/release/tag.sh
index c327174f8115d4d51d7a5fad311df1bc395c70fa..399d5c5a7fa93b113c131c8968d19d4f06e44533 100755
--- a/utils/release/tag.sh
+++ b/utils/release/tag.sh
@@ -32,7 +32,7 @@ function usage() {
function tag_version() {
set -x
- for proj in llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra ; do
+ for proj in llvm cfe dragonegg test-suite compiler-rt ; do
if svn ls $base_url/$proj/branches/release_$release > /dev/null 2>&1 ; then
if [ $rebranch = "no" ]; then
continue
@@ -49,7 +49,7 @@ function tag_version() {
function tag_release_candidate() {
set -x
- for proj in llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra ; do
+ for proj in llvm cfe dragonegg test-suite compiler-rt ; do
if ! svn ls $base_url/$proj/tags/RELEASE_$release > /dev/null 2>&1 ; then
svn mkdir -m "Creating release directory for release_$release." $base_url/$proj/tags/RELEASE_$release
fi
« no previous file with comments | « unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp ('k') | utils/release/test-release.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698