Home
last modified time | relevance | path

Searched +full:- +full:- +full:head +full:- +full:repository (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/external/toolchain-utils/llvm_tools/
Dnightly_revert_checker.py3 # Use of this source code is governed by a BSD-style license that can be
8 If any reverts are found that were previously unknown, this cherry-picks them or
33 # How often to send an email about a HEAD not moving.
35 # How long to wait after a HEAD changes for the first 'update' email to be sent.
42 """Information about about a HEAD that's tracked by this script."""
44 # The most recent SHA observed for this HEAD.
46 # The time at which the current value for this HEAD was first seen.
48 # The next timestamp to notify users if this HEAD doesn't move.
52 def from_json(cls, json_object: Any) -> "HeadInfo":
55 def to_json(self) -> Any:
[all …]
/external/pigweed/pw_cli/py/pw_cli/
Dgit_repo.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Helpful commands for working with a Git repository."""
32 _NON_TRACKING_FALLBACK = 'HEAD~10'
36 """A Git-raised exception."""
40 ) -> None:
46 def __init__(self, tool_runner: ToolRunner, working_dir: Path) -> None:
50 def __call__(self, *args, **kwargs) -> str:
51 cmd = ('-C', str(self._working_dir), *args)
65 """Represents a checked out Git repository that may be queried for info."""
74 ) -> str | None:
[all …]
/external/executorch/.github/scripts/
Dpropose_ghstack_orig_pr.py4 # This source code is licensed under the BSD-style license found in the
15 from github.Repository import Repository
23 "--repo",
29 "--ref",
37 def extract_stack_from_body(pr_body: str) -> List[int]:
38 """Extracts a list of PR numbers from a ghexport-generated PR body.
43 # Expected format. The `__->__` could appear on any line. Stop parsing
48 * __->__ #2
71 def get_pr_stack_from_number(ref: str, repo: Repository) -> List[int]: argument
89 def create_prs_for_orig_branch(pr_stack: List[int], repo: Repository): argument
[all …]
/external/python/typing_extensions/.github/workflows/
Dthird_party.yml2 # running the tests of various third-party libraries that use us.
4 # and helps flag when third-party libraries are making incorrect assumptions
7 name: Third-party tests
11 - cron: "30 2 * * *" # 02:30 UTC
14 - ".github/workflows/third_party.yml"
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
31 if: >-
37 github.repository == 'python/typing_extensions'
42 fail-fast: false
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dgit.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
50 """Returns the nearest higher-level repo dir from the specified path.
78 ['git', '--git-dir', path, 'config', 'remote.%s.url' % remote],
80 check=False, encoding='utf-8').output.strip()
105 """Verify that the specified git repository is not corrupted.
108 cwd: The git repository to verify.
111 True if the repository is corrupted.
113 cmd = ['fsck', '--no-progress', '--no-dangling']
129 If full is True, then it must be full length- 40 chars. If False, >=6, and
[all …]
/external/skia/bazel/
Dget_workspace_status.sh1 #!/bin/bash -e
4 # Use of this source code is governed by a BSD-style license that can be
7 # This script is intended to be passed to Bazel using the --workspace_status_command command-line
11 # See https://bazel.build/docs/user-manual#flag--workspace_status_command.
19 STABLE_GIT_REVISION=`git rev-parse HEAD`
29 # diff-index requires update-index --refresh; see:
30 …# https://stackoverflow.com/questions/36367190/git-diff-files-output-changes-after-git-status/3643…
31 if git update-index --refresh > /dev/null ; then
32 if ! git diff-index --quiet HEAD -- ; then
33 # Repository is dirty due to modified files.
[all …]
/external/pytorch/.github/workflows/
Dupload-test-stats.yml5 …trunk, periodic, inductor, unstable, slow, unstable-periodic, inductor-periodic, rocm, inductor-mi…
7 - completed
11 …ion adapted from https://github.com/community/community/discussions/21090#discussioncomment-3226271
14 runs-on: ubuntu-latest
18 - name: Get workflow run conclusion
19 uses: octokit/request-action@v2.1.0
22 …route: GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attemp…
26 upload-test-stats:
32 runs-on: ubuntu-22.04
33 environment: upload-stats
[all …]
Dlint.yml5 branches-ignore:
6 - nightly
9 - main
10 - release/*
11 - landchecks/*
14 permissions: read-all
18 lintrunner-clang:
19 uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
23 docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
24 … # NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
[all …]
/external/libva/doc/
Dghdeploydoxy.sh5 # - Packages doxygen doxygen-doc doxygen-latex doxygen-gui graphviz
7 # - Doxygen configuration file must have the destination directory empty and
9 # - A gh-pages branch should already exist.
12 # - DOXYFILE : The Doxygen configuration file.
13 # - GH_REPO_NAME : The name of the repository.
14 # - GH_REPO_REF : The GitHub reference to the repository.
15 # - GH_REPO_TOKEN : The GitHub application token.
18 # the gh-pages branch of a repository specified by GH_REPO_REF.
19 # Before this script is used there should already be a gh-pages branch in the
20 # repository.
[all …]
/external/nullaway/.github/workflows/
Dget_repo_details.sh3 # This script retrieves the repository and branch details of a GitHub pull request
8 # REPO_NAME is the name of the repository
13 PR_DETAILS=$(curl -s -H "Authorization: token $GH_TOKEN" "https://api.github.com/repos/$REPO_NAME/p…
15 REPO_FULL_NAME=$(echo "$PR_DETAILS" | jq -r .head.repo.full_name)
16 BRANCH_NAME=$(echo "$PR_DETAILS" | jq -r .head.ref)
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
DSourceRepositoryOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * The URL pointing to the hosted repository where the function is defined.
31 * There are supported Cloud Source Repository URLs in the following
36 …* `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*&…
37 * In particular, to refer to HEAD use `master` moveable alias.
39 …* `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*&#47…
52 * The URL pointing to the hosted repository where the function is defined.
53 * There are supported Cloud Source Repository URLs in the following
58 …* `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*&…
59 * In particular, to refer to HEAD use `master` moveable alias.
[all …]
DSourceRepository.java8 * https://www.apache.org/licenses/LICENSE-2.0
26 * source repository where a function is hosted.
80 * The URL pointing to the hosted repository where the function is defined.
81 * There are supported Cloud Source Repository URLs in the following
86 …* `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*&…
87 * In particular, to refer to HEAD use `master` moveable alias.
89 …* `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*&#47…
113 * The URL pointing to the hosted repository where the function is defined.
114 * There are supported Cloud Source Repository URLs in the following
119 …* `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*&…
[all …]
/external/pytorch/.github/scripts/
Ddelete_old_branches.py30 repository(owner: $owner, name: $repo) {
54 repository(owner: $owner, name: $repo) {
78 repository(owner: $owner, name: $repo) {
79 label(name: "no-delete-branch") {
99 def is_protected(branch: str) -> bool:
111 def convert_gh_timestamp(date: str) -> float:
112 return datetime.strptime(date, "%Y-%m-%dT%H:%M:%SZ").timestamp()
115 def get_branches(repo: GitRepo) -> Dict[str, Any]:
116 …# Query locally for branches, group by branch base name (e.g. gh/blah/base -> gh/blah), and get th…
118 "for-each-ref",
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/
Drepo.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text…
9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script>
10 <title>JaCoCo - Maven Repository</title>
11 </head>
17 <span class="el_source">Maven Repository</span>
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta/src/main/java/com/google/cloud/gkehub/configmanagement/v1beta/
DGitConfigOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * The URL of the Git repository to use as the source of truth.
42 * The URL of the Git repository to use as the source of truth.
55 * The branch of the repository to sync from. Default: master.
67 * The branch of the repository to sync from. Default: master.
80 * The path within the Git repository that represents the top level of the
81 * repo to sync. Default: the root directory of the repository.
93 * The path within the Git repository that represents the top level of the
94 * repo to sync. Default: the root directory of the repository.
120 * Git revision (tag or hash) to check out. Default HEAD.
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha/src/main/java/com/google/cloud/gkehub/configmanagement/v1alpha/
DGitConfigOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * The URL of the Git repository to use as the source of truth.
42 * The URL of the Git repository to use as the source of truth.
55 * The branch of the repository to sync from. Default: master.
67 * The branch of the repository to sync from. Default: master.
80 * The path within the Git repository that represents the top level of the
81 * repo to sync. Default: the root directory of the repository.
93 * The path within the Git repository that represents the top level of the
94 * repo to sync. Default: the root directory of the repository.
120 * Git revision (tag or hash) to check out. Default HEAD.
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/java/com/google/cloud/gkehub/configmanagement/v1/
DGitConfigOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * The URL of the Git repository to use as the source of truth.
42 * The URL of the Git repository to use as the source of truth.
55 * The branch of the repository to sync from. Default: master.
67 * The branch of the repository to sync from. Default: master.
80 * The path within the Git repository that represents the top level of the
81 * repo to sync. Default: the root directory of the repository.
93 * The path within the Git repository that represents the top level of the
94 * repo to sync. Default: the root directory of the repository.
120 * Git revision (tag or hash) to check out. Default HEAD.
[all …]
/external/tink/.github/workflows/
Dcodeql-analysis.yml2 # to commit it to your repository.
15 - cron: '0 13 * * 0'
20 runs-on: ubuntu-latest
23 fail-fast: false
28 # TODO: Re-enable Java with a Bazel build solution.
31 …b.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning…
34 - name: Checkout repository
38 # a pull request then we can checkout the head.
39 fetch-depth: 2
42 # the head of the pull request instead of the merge commit.
[all …]
/external/gturri-aXMLRPC/.github/workflows/
Dcodeql-analysis.yml2 # to commit it to your repository.
15 - cron: '0 16 * * 3'
20 runs-on: ubuntu-latest
23 fail-fast: false
29 …b.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning…
32 - name: Checkout repository
36 # a pull request then we can checkout the head.
37 fetch-depth: 2
40 # the head of the pull request instead of the merge commit.
41 - run: git checkout HEAD^2
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Helpful commands for working with a Git repository."""
38 ) -> str:
44 ['-C', str(repo), *args],
54 def find_git_repo(path_in_repo: Path) -> git_repo.GitRepo:
63 ) -> str | None:
73 ValueError: if repo_path is not in a Git repository
87 ) -> list[Path]:
88 """Lists files with git ls-files or git diff --name-only.
92 pathspecs: Git pathspecs to use in git ls-files or diff
[all …]
/external/openscreen/docs/
Dadvanced_gerrit.md16 [Change-Id commit-msg hook](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.…
17 This adds a `Change-Id` line to each commit message locally, which Gerrit uses
21 To download the commit-msg hook for the Open Screen repository, use the
25 curl -Lo .git/hooks/commit-msg https://chromium-review.googlesource.com/tools/hooks/commit-msg
26 chmod a+x .git/hooks/commit-msg
31 You should run `git cl presubmit --upload` in the root of the repository before pushing for
40 …h, not the commit). See the [git-cl](https://chromium.googlesource.com/chromium/tools/depot_tools.…
47 of the commit you are pushing has a Change-Id line, that change will also be the
52 Change-Id: aaa and this is in the process of being reviewed on Gerrit. Now
57 git checkout -b featureB
[all …]
/external/google-auth-library-java/
DRELEASE.md1 One-time setup
5 -----------------------
9 Get access to repository
10 ------------------------
12 …h rights by creating an issue similar to [this one](https://issues.sonatype.org/browse/OSSRH-16798)
17 ---------------
22 * Generate the key ```gpg --gen-key```
26 * One way to make a random passphrase: ```base64 /dev/urandom | head -c20; echo;```
28 * Find the ID of your public key ```gpg --list-secret-keys```
29 * Look for the line with format ```sec 2048R/ABCDEFGH 2015-11-17```
[all …]
/external/libwebsockets/cmake/
DFindGit.cmake16 # This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc.
17 # and was partially funded by NIH grant 3P41RR013218-12S1
19 # AG 2013-02-18: I got it from here
27 # GIT_EXECUTABLE - path to git command line client
28 # GIT_FOUND - true if the command line client was found
31 # GIT_WC_INFO(<dir> <var-prefix>)
36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash
37 # <var-prefix>_WC_REVISION - Current SHA1 hash
38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH
39 # <var-prefix>_WC_URL - output of command `git config --get remote.origin.url'
[all …]
/external/bazelbuild-rules_python/python/private/pypi/
Dparse_simpleapi_html.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
39 _, _, api_version = lines[0].partition("name=\"pypi:repository-version\" content=\"")
43 # See https://packaging.python.org/en/latest/specifications/simple-repository-api/#clients
49 …://packaging.python.org/en/latest/specifications/simple-repository-api/#versioning-pypi-s-simple-a…
58 …ackaging.python.org/en/latest/specifications/simple-repository-api/#adding-yank-support-to-the-sim…
59 yanked = "data-yanked" in line
61 head, _, _ = tail.rpartition("</a>")
62 maybe_metadata, _, filename = head.rpartition(">")
66 for metadata_marker in ["data-core-metadata", "data-dist-info-metadata"]:
69 # Implement https://peps.python.org/pep-0714/
[all …]
/external/coreboot/util/lint/
Dlint-stable-022-clang-format3 # SPDX-License-Identifier: GPL-2.0-only
5 # DESCR: Run clang-format on white-listed directories
8 cd -- "$(dirname "$0")" > /dev/null 2>&1 || return
9 pwd -P
15 # Until we require this by default, we need a list of opted-in directories
16 # If the script isn't looking at a git repository, just exit
17 if [ ! -f .clang-format-scope ] || [ "${IN_GIT_TREE}" -eq 0 ]; then
21 files_to_check=$(${GIT} log HEAD~..HEAD --format= --name-only $(cat .clang-format-scope) | grep "\.…
24 if [ -z "$files_to_check" ]; then
28 if [ $(clang-format $files_to_check | wc -l) -gt 0 ]; then
[all …]

12345678910>>...21