aboutsummaryrefslogtreecommitdiff
path: root/release/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/release.sh')
-rwxr-xr-xrelease/release.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/release/release.sh b/release/release.sh
index 2ed76fa31c61..0975bdfed6b3 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -34,8 +34,6 @@
# totally clean, fresh trees.
# Based on release/generate-release.sh written by Nathan Whitehorn
#
-# $FreeBSD$
-#
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
@@ -75,7 +73,7 @@ env_setup() {
# The default git checkout server, and branches for src/, doc/,
# and ports/.
- GITROOT="https://cgit-beta.FreeBSD.org/"
+ GITROOT="https://git.FreeBSD.org/"
SRCBRANCH="main"
DOCBRANCH="main"
PORTBRANCH="main"
@@ -137,7 +135,8 @@ env_check() {
# Prefix the branches with the GITROOT for the full checkout URL.
SRC="${GITROOT}${GITSRC}"
DOC="${GITROOT}${GITDOC}"
- PORT="${GITROOT}${GITPORTS}"
+ #PORT="${GITROOT}${GITPORTS}"
+ PORT="https://cgit-beta.freebsd.org/ports.git"
if [ -n "${EMBEDDEDBUILD}" ]; then
WITH_DVD=