Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/release/
H A Dtest-release.sh47 git_ref=""
102 git_ref="$1"
103 echo "WARNING: Using the ref $git_ref instead of a release tag"
223 if [ -n "$git_ref" ]; then
227 git_ref=llvmorg-$Release
229 git_ref="$git_ref-$RC"
334 echo "# Using git ref: $git_ref"
338 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
351 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
354 echo "$git_ref not found in test-suite repo, test-suite disabled."
H A Dbuild-docs.sh80 git_ref=llvmorg-$release
87 …curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | tar --strip-components=1 -x…