summaryrefslogtreecommitdiff
path: root/usr/src/tools/env/gatekeeper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/env/gatekeeper.sh')
-rw-r--r--usr/src/tools/env/gatekeeper.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh
index ce37f910d1..a02500ef7c 100644
--- a/usr/src/tools/env/gatekeeper.sh
+++ b/usr/src/tools/env/gatekeeper.sh
@@ -68,6 +68,11 @@ PARENT_WS="/ws/$GATE"; export PARENT_WS
# clone instead of the gate (see the gate's README).
CLONE_WS="/ws/onnv-clone"; export CLONE_WS
+# This flag controls whether to build the closed source. If
+# undefined, nightly(1) and bldenv(1) will set it according to whether
+# the closed tree is present.
+# CLOSED_IS_PRESENT="yes"; export CLOSED_IS_PRESENT
+
# The bringover, if any, is done as STAFFER.
# Set STAFFER to your own login as gatekeeper or integration engineer.
# The point is to use group "staff" and avoid referencing the parent
@@ -218,6 +223,6 @@ UT_NO_USAGE_TRACKING="1"; export UT_NO_USAGE_TRACKING
#VERIFY_ELFSIGN=n
# BRINGOVER_FILES is the list of files nightly passes to bringover.
-# If not set the default is "usr/src", but it can be used for bringing
+# If not set the default is "usr", but it can be used for bringing
# over deleted_files or other nifty directories.
-#BRINGOVER_FILES="usr/src deleted_files"
+#BRINGOVER_FILES="usr deleted_files"