Lines Matching full:git
26 Export the Git sources and build tarballs from them.
31 [-git-ref|--git-ref <git-ref>]
39 …-git-ref | --git-ref <git-ref> (optional) Use <git-ref> to determine the release…
51 * test-suite-<RELEASE><RC>.src.tar.xz (only when not using --git-ref)
57 * llvm-git-revision-<YYYYMMDD>.txt (contains the current git revision sha1)
63 * <RC> -> rc4 (will be empty when using --git-ref)
67 $(basename $0) --git-ref upstream/main --template '\${PROJECT}-\${YYYYMMDD}.src.tar.xz'
82 [ -d $llvm_src_dir/.git ] || ( echo "No git repository at $llvm_src_dir" ; exit 1 )
85 # in the specified git ref.
87 …release=$(git -C $llvm_src_dir show $snapshot:cmake/Modules/LLVMVersion.cmake | grep -ioP 'set\(\s…
108 # llvm-version*-<YYYYMMDD> and llvm-git*-<YYYYMMDD> files.
109 git_rev=$(git rev-parse $tree_id)
110 echo "git revision: $git_rev"
113 echo "$git_rev" > $target_dir/llvm-git-revision-$yyyymmdd.txt
115 …git archive --prefix=llvm-project-$release$rc.src/ $tree_id . | xz -T0 >$target_dir/$(template_fil…
134 …git archive --prefix=$proj-$release$rc.src/ $tree_id . | xz -T0 >$target_dir/$(template_file $proj)
152 -git-ref | --git-ref )