projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d60187
)
LP#1665933: describe the new -x option when running -h
user/gmcharlt/lp1665933_signoff
author
Galen Charlton
<gmc@equinoxinitiative.org>
Wed, 12 Apr 2017 20:06:09 +0000
(16:06 -0400)
committer
Galen Charlton
<gmc@equinoxinitiative.org>
Wed, 12 Apr 2017 20:18:15 +0000
(16:18 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
build/tools/make_release
patch
|
blob
|
history
diff --git
a/build/tools/make_release
b/build/tools/make_release
index
8386ad5
..
b870309
100755
(executable)
--- a/
build/tools/make_release
+++ b/
build/tools/make_release
@@
-84,6
+84,7
@@
while getopts ":hv:f:F:nptbrij:cx" opt; do
echo " -i skip i18n; primarily useful for (quickly) testing this script."
echo " -j opensrf javascript library path. If osrf_config is found, the value derived from osrf_config --libdir."
echo " -c build the experimental browser client; requires nodejs/grunt-cli"
+ echo " -x skip building the XUL client"
echo " NOTE: -t and -b override PREV_BRANCH/PREV_VERSION, but -b overrides -t."
exit -1
;;