david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 1 | # committer.properties |
| 2 | |
| 3 | mapVersionTag=HEAD |
| 4 | buildType=I |
| 5 | buildBranch=R2.0 |
| 6 | build.distribution=wtp |
| 7 | |
| 8 | |
| 9 | # build.trial is always false for production |
| 10 | # builds. |
david_williams | 7f595cc | 2006-11-28 05:42:52 +0000 | [diff] [blame] | 11 | build.trial=false |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 12 | |
| 13 | # these cvs values need to be "real" if |
| 14 | # build.trial is false. This is the ID used |
| 15 | # to tag releng map files per build. |
| 16 | cvsUser=david_williams |
| 17 | # 'ext' protocol typically requires |
| 18 | # environment variable CVS_RSH to be set to ssh |
| 19 | # that is, CVS_RSH=ssh |
| 20 | cvsProtocol=ext |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | # This controls whether java files are re-fetched |
| 26 | # clean according to releng tags, or simply the |
| 27 | # local versions used. Note: this only works if |
| 28 | # its "gone though" a build already, where some |
| 29 | # infrastructure files (e.g. "fetch") have already |
| 30 | # been created. |
| 31 | build.clean=true |
| 32 | |
| 33 | |
| 34 | build.pack-all-in-one=false |
| 35 | |
| 36 | |
| 37 | |