|
6 | 6 | description: "Flow that bootstraps and runs a community build",
|
7 | 7 | params: [
|
8 | 8 | {:name => "scalac_opts", :desc => "[For community-build] Scala compiler arguments, e.g., -Yopt:l:classpath, passed to project builds."},
|
9 |
| - {:name => "sbtBuildTask", :desc => "[For bootstrap] Empty to skip testing. Useful when publishing a nightly to run the community build against.", :default => "testAll"}, |
| 9 | + {:name => "sbtBuildTask", :desc => "[For bootstrap] To skip testing, set to e.g. `update`. Useful when publishing a nightly to run the community build against.", :default => "testAll"}, |
10 | 10 | {:name => "publishToSonatype", :desc => "[For bootstrap] Set to anything but "yes" to avoid publishing to sonatype. Otherwise, release builds (tagged or SCALA_VER_BASE defined) will be published."},
|
11 |
| - {:name => "testStability", :desc => "[For bootstrap] Set to anything but "yes" to avoid running the stability test", :default => "yes"}, |
| 11 | + {:name => "testStability", :desc => "[For bootstrap] To avoid running the stability test, set to e.g., `no`", :default => "yes"}, |
12 | 12 | {:name => "moduleVersioning", :desc => "[For bootstrap] Set to anything but "versions.properties" to build the latest HEAD for all modules."},
|
13 | 13 | {:name => "SCALA_VER_BASE", :desc => "[For bootstrap] Specifying this parameter will cause a release to be built. If it's empty (and HEAD does not have a tag that parses as a version), a -nightly release is built."},
|
14 | 14 | {:name => "SCALA_VER_SUFFIX", :desc => "[For bootstrap] Empty for a final release, otherwise, e.g., -RC1 for the first RC or -M3 for the third milestone. (Will be parsed from the tag on SCALA_REF, if any.)"},
|
|
0 commit comments