Page MenuHomeFreeBSD

D54374.1786500390.diff
No OneTemporary

Size
950 B
Referenced Files
None
Subscribers
None

D54374.1786500390.diff

diff --git a/release/release.sh b/release/release.sh
--- a/release/release.sh
+++ b/release/release.sh
@@ -73,11 +73,11 @@
# The default git checkout server, and branches for src/, doc/,
# and ports/.
- GITROOT="https://git.FreeBSD.org/"
- SRCBRANCH="main"
- PORTBRANCH="main"
- GITSRC="src.git"
- GITPORTS="ports.git"
+ : ${GITROOT="https://git.FreeBSD.org/"}
+ : ${SRCBRANCH="main"}
+ : ${PORTBRANCH="main"}
+ : ${GITSRC="src.git"}
+ : ${GITPORTS="ports.git"}
# Set for embedded device builds.
EMBEDDEDBUILD=
@@ -85,8 +85,8 @@
# The default make.conf and src.conf to use. Set to /dev/null
# by default to avoid polluting the chroot(8) environment with
# non-default settings.
- MAKE_CONF="/dev/null"
- SRC_CONF="/dev/null"
+ : ${MAKE_CONF="/dev/null"}
+ : ${SRC_CONF="/dev/null"}
# The number of make(1) jobs, defaults to the number of CPUs available
# for buildworld, and half of number of CPUs available for buildkernel

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 12, 2:06 AM (9 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29397775
Default Alt Text
D54374.1786500390.diff (950 B)

Event Timeline