Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jenkins-scripts/lib/_homebrew_github_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ brew config
# tap osrf/simulation
brew untap osrf/simulation || true
brew tap osrf/simulation
brew trust osrf/simulation
TAP_PREFIX=$(brew --repo osrf/simulation)
GIT="git -C ${TAP_PREFIX}"
${GIT} remote add pr_head ${PULL_REQUEST_HEAD_REPO}
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/lib/homebrew_bottle_creation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ echo '# BEGIN SECTION: run test-bot'
# git to keep the slave working
export HOMEBREW_DEVELOPER=1
brew tap osrf/simulation
brew trust osrf/simulation
# replace with 'hub -C $(brew --repo osrf/simulation) pr checkout ${ghprbPullId}'
# after the following hub issue is resolved:
# https://github.com/github/hub/issues/2612
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ echo '# END SECTION'

echo '# BEGIN SECTION: setup the osrf/simulation tap'
brew tap osrf/simulation
brew trust osrf/simulation
echo '# END SECTION'

if [[ -n "${ghprbSourceBranch}" ]] && \
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/lib/project-install-homebrew.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo '# END SECTION'

echo '# BEGIN SECTION: setup the osrf/simulation tap'
brew tap osrf/simulation
brew trust osrf/simulation
echo '# END SECTION'

if python3 "${SCRIPT_DIR}/tools/detect_ci_matching_branch.py" "${RTOOLS_BRANCH}"
Expand Down
Loading