Home
last modified time | relevance | path

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

123456

/dports/archivers/innoextract/innoextract-1.9/cmake/
H A DVersionScript.cmake73 # Remove the first for characters from git_head to get git_ref.
77 string(SUBSTRING "${git_head}" 4 ${git_ref_length} git_ref)
78 string(STRIP "${git_ref}" git_ref)
81 if(EXISTS "${GIT_DIR}/${git_ref}")
82 file(READ "${GIT_DIR}/${git_ref}" git_head)
85 string(REGEX REPLACE "[^0-9A-Za-z]" "\\\\\\0" git_ref "${git_ref}")
86 string(REGEX MATCH "[^\r\n]* ${git_ref}( [^\r\n])?" git_head "${git_refs}")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/release/
H A Dtest-release.sh47 git_ref=""
99 git_ref="$1"
100 echo "WARNING: Using the ref $git_ref instead of a release tag"
206 if [ -n "$git_ref" ]; then
210 git_ref=llvmorg-$Release
212 git_ref="$git_ref-$RC"
315 echo "# Using git ref: $git_ref"
319 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
332 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
335 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm11/llvm-11.0.1.src/utils/release/
H A Dtest-release.sh48 git_ref=""
100 git_ref="$1"
101 echo "WARNING: Using the ref $git_ref instead of a release tag"
210 if [ -n "$git_ref" ]; then
214 git_ref=llvmorg-$Release
216 git_ref="$git_ref-$RC"
322 echo "# Using git ref: $git_ref"
326 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
339 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
342 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/release/
H A Dtest-release.sh45 git_ref=""
98 git_ref="$1"
99 echo "WARNING: Using the ref $git_ref instead of a release tag"
213 if [ -n "$git_ref" ]; then
217 git_ref=llvmorg-$Release
219 git_ref="$git_ref-$RC"
325 echo "# Using git ref: $git_ref"
329 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
342 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
345 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm90/llvm-9.0.1.src/utils/release/
H A Dtest-release.sh46 git_ref=""
97 git_ref="$1"
98 echo "WARNING: Using the ref $git_ref instead of a release tag"
201 if [ -n "$git_ref" ]; then
205 git_ref=llvmorg-$Release
207 git_ref="$git_ref-$RC"
304 echo "# Using git ref: $git_ref"
308 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
321 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
324 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
100 git_ref="$1"
101 echo "WARNING: Using the ref $git_ref instead of a release tag"
210 if [ -n "$git_ref" ]; then
214 git_ref=llvmorg-$Release
216 git_ref="$git_ref-$RC"
322 echo "# Using git ref: $git_ref"
326 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
339 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
342 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm10/llvm-10.0.1.src/utils/release/
H A Dtest-release.sh47 git_ref=""
99 git_ref="$1"
100 echo "WARNING: Using the ref $git_ref instead of a release tag"
206 if [ -n "$git_ref" ]; then
210 git_ref=llvmorg-$Release
212 git_ref="$git_ref-$RC"
315 echo "# Using git ref: $git_ref"
319 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
332 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
335 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
101 git_ref="$1"
102 echo "WARNING: Using the ref $git_ref instead of a release tag"
216 if [ -n "$git_ref" ]; then
220 git_ref=llvmorg-$Release
222 git_ref="$git_ref-$RC"
328 echo "# Using git ref: $git_ref"
332 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
345 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
348 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/release/
H A Dtest-release.sh47 git_ref=""
99 git_ref="$1"
100 echo "WARNING: Using the ref $git_ref instead of a release tag"
206 if [ -n "$git_ref" ]; then
210 git_ref=llvmorg-$Release
212 git_ref="$git_ref-$RC"
315 echo "# Using git ref: $git_ref"
319 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
332 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
335 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
100 git_ref="$1"
101 echo "WARNING: Using the ref $git_ref instead of a release tag"
210 if [ -n "$git_ref" ]; then
214 git_ref=llvmorg-$Release
216 git_ref="$git_ref-$RC"
322 echo "# Using git ref: $git_ref"
326 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
339 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
342 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
101 git_ref="$1"
102 echo "WARNING: Using the ref $git_ref instead of a release tag"
216 if [ -n "$git_ref" ]; then
220 git_ref=llvmorg-$Release
222 git_ref="$git_ref-$RC"
328 echo "# Using git ref: $git_ref"
332 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
345 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
348 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
100 git_ref="$1"
101 echo "WARNING: Using the ref $git_ref instead of a release tag"
210 if [ -n "$git_ref" ]; then
214 git_ref=llvmorg-$Release
216 git_ref="$git_ref-$RC"
322 echo "# Using git ref: $git_ref"
326 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
339 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
342 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
101 git_ref="$1"
102 echo "WARNING: Using the ref $git_ref instead of a release tag"
216 if [ -n "$git_ref" ]; then
220 git_ref=llvmorg-$Release
222 git_ref="$git_ref-$RC"
328 echo "# Using git ref: $git_ref"
332 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
345 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
348 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/release/
H A Dtest-release.sh48 git_ref=""
101 git_ref="$1"
102 echo "WARNING: Using the ref $git_ref instead of a release tag"
216 if [ -n "$git_ref" ]; then
220 git_ref=llvmorg-$Release
222 git_ref="$git_ref-$RC"
328 echo "# Using git ref: $git_ref"
332 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
345 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
348 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/release/
H A Dtest-release.sh48 git_ref=""
101 git_ref="$1"
102 echo "WARNING: Using the ref $git_ref instead of a release tag"
216 if [ -n "$git_ref" ]; then
220 git_ref=llvmorg-$Release
222 git_ref="$git_ref-$RC"
328 echo "# Using git ref: $git_ref"
332 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
345 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \
348 echo "$git_ref not found in test-suite repo, test-suite disabled."
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/dependency_linker/parser/
H A Dgemfile_spec.rb33 git_ref: nil)
37git_ref: 'https://gitlab.example.com/gems/sprockets')
41 git_ref: nil)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/git/examples/
H A Dfull.py102 yield api.test('basic_ref') + api.buildbucket.ci_build(git_ref='refs/foo/bar')
104 git_ref='refs/heads/testing')
106 revision='abcdef0123456789abcdef0123456789abcdef01', git_ref=None)
116 api.buildbucket.ci_build(git_ref='refs/foo/bar')
165 api.buildbucket.ci_build(revision='abcdef12345', git_ref=None) +
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/anthos/packages/
H A Dupdate.py70 work_dir, at_symbol, git_ref = args.LOCAL_DIR.partition('@')
71 pkg_dir = at_symbol.join(['.', git_ref]) if git_ref else '.'
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/dependency_linker/
H A Dpackage.rb8 def initialize(name, git_ref, github_ref) argument
10 @git_ref = git_ref
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dcheck_tag.py10 git_ref = os.getenv(env_var, 'none')
11 tag = re.sub('^refs/tags/v*', '', git_ref.lower())
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/ci/
H A Dcontextable.rb95 project.ci_instance_variables_for(ref: git_ref)
101 project.group.ci_variables_for(git_ref, project, environment: environment)
105 project.ci_variables_for(ref: git_ref, environment: environment)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/dependency_linker/parser/
H A Dgemfile.rb24 git_ref = fetch(line, GIT_REGEX)
27 packages << Gitlab::DependencyLinker::Package.new(name, git_ref, github_ref)
/dports/games/arx-libertatis/arx-libertatis-1.1.2/cmake/
H A DVersionScript.cmake111 # Remove the first for characters from git_head to get git_ref.
115 string(SUBSTRING "${git_head}" 4 ${git_ref_length} git_ref)
117 string(STRIP "${git_ref}" git_ref)
119 file(READ "${GIT_DIR}/${git_ref}" git_head)
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dmake_doc.c42 dstr git_ref = "master"; variable
109 d_assign(git_ref, argv[i + 1]); in process_options()
161 git_ref, file_name, line_number); in load_prototypes()
195 git_ref, file_name, line_number); in example_source()
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/
H A Dexporter.py405 def _get_commit_command(self, git_ref, mark, revobj, file_cmds): argument
465 git_ref, mark, author_info, committer_info,
648 git_ref = b'refs/tags/%s' % tag.encode("utf-8")
649 if self.plain_format and not check_ref_format(git_ref):
651 new_ref = sanitize_ref_name_for_git(git_ref)
653 git_ref, new_ref)
654 git_ref = new_ref
657 'valid in git.', git_ref)
659 self.print_cmd(commands.ResetCommand(git_ref, b":%s" % mark))

123456