Home
last modified time | relevance | path

Searched refs:ExportBranch (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/release/
Dtest-release.sh43 ExportBranch=""
90 ExportBranch="$1"
91 RC="`echo $ExportBranch | sed -e 's,/,_,g'`"
92 echo "WARNING: Using the branch $ExportBranch instead of a release tag"
185 if [ -z "$ExportBranch" ]; then
186 ExportBranch="tags/RELEASE_$Release_no_dot/$RC"
276 if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; then
277 echo "$proj does not have a $ExportBranch branch/tag!"
322 if ! svn export -q $Base_url/$proj/$ExportBranch $projsrc ; then
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh45 ExportBranch=""
94 ExportBranch="$1"
95 RC="`echo $ExportBranch | sed -e 's,/,_,g'`"
96 echo "WARNING: Using the branch $ExportBranch instead of a release tag"
186 if [ -z "$ExportBranch" ]; then
187 ExportBranch="tags/RELEASE_$Release_no_dot/$RC"
286 if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; then
287 echo "$proj does not have a $ExportBranch branch/tag!"
328 if ! svn export -q $Base_url/$proj/$ExportBranch $projsrc ; then