Home
last modified time | relevance | path

Searched refs:GITHUB_BASE_URL (Results 1 – 4 of 4) sorted by relevance

/dports/security/zaproxy/zaproxy-2.11.1/buildSrc/src/main/java/org/zaproxy/zap/tasks/
H A DCreateTagAndGitHubRelease.java38 private static final String GITHUB_BASE_URL = "https://github.com/"; field in CreateTagAndGitHubRelease
66 URIish originUri = new URIish(GITHUB_BASE_URL + getRepo().get()); in createTag()
H A DCreatePullRequest.java46 private static final String GITHUB_BASE_URL = "https://github.com/"; field in CreatePullRequest
102 new URIish(GITHUB_BASE_URL + ghUser.getName() + "/" + ghRepo.getName()); in pullRequest()
/dports/devel/ros-rosdep/rosdep-0.18.0/test/
H A Dtest_rosdep_sources_list.py41 GITHUB_BASE_URL = 'https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml' variable
302 url = GITHUB_BASE_URL
H A Dtest_rosdep_main.py50 GITHUB_BASE_URL = 'https://github.com/ros/rosdistro/raw/master/rosdep/base.yaml' variable