Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148372184
D54374.1786500390.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
950 B
Referenced Files
None
Subscribers
None
D54374.1786500390.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D54374: release.sh: allow GITROOT, etc, to be overridden
Attached
Detach File
Event Timeline
Log In to Comment