mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
Add clang-tools-extra to the list of things to tag for the release.
llvm-svn: 181402
This commit is contained in:
parent
a88ff03516
commit
6853da9c4f
@ -32,7 +32,7 @@ function usage() {
|
||||
|
||||
function tag_version() {
|
||||
set -x
|
||||
for proj in llvm cfe dragonegg test-suite compiler-rt libcxx ; do
|
||||
for proj in llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra ; 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 ; do
|
||||
for proj in llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra ; 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
|
||||
|
Loading…
Reference in New Issue
Block a user