diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2021-05-12 14:27:21 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2021-05-12 14:27:21 +0000 |
| commit | 3f25cfea55922780fe47eb6ebcef49ca15297261 (patch) | |
| tree | 7e6b86ace9edeb160af2ff5da009e946dec38868 /release | |
| parent | 12dda000ed32efa16f59909a6294e4d4b5a771ba (diff) | |
Diffstat (limited to 'release')
| -rwxr-xr-x | release/release.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/release.sh b/release/release.sh index aa2ef4e6b3da..84a7813205f9 100755 --- a/release/release.sh +++ b/release/release.sh @@ -86,7 +86,7 @@ env_setup() { # and ports/. GITROOT="https://git.FreeBSD.org/" SRCBRANCH="main" - PORTBRANCH="head" + PORTBRANCH="main" GITSRC="src.git" GITPORTS="ports.git" @@ -141,8 +141,7 @@ env_check() { # Prefix the branches with the GITROOT for the full checkout URL. SRC="${GITROOT}${GITSRC}" - #PORT="${GITROOT}${GITPORTS}" - PORT="svn://svn.freebsd.org/ports/" + PORT="${GITROOT}${GITPORTS}" if [ -n "${EMBEDDEDBUILD}" ]; then WITH_DVD= |
