Skip to content

Commit

Permalink
switch git repo to ssh for freebsd sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 7, 2019
1 parent f52cf76 commit 35397b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-hg/freebsdRepoSync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# repos into child repos

# The reference AdoptOpenJDK repos
export ADOPT_REPO_PATH=https://github.com/AdoptOpenJDK
export ADOPT_REPO_PATH=git@github.com:AdoptOpenJDK
# This script could be made to sync any child by passing this in as an arg
export CHILD_REPO_PATH=https://github.com/freebsd
export CHILD_REPO_PATH=git@github.com:freebsd
# Branch to be synchronised
# Note: the dev branch is the branch that AdoptOpenJDK builds from
export SYNC_BRANCH=dev
Expand Down

0 comments on commit 35397b3

Please sign in to comment.