- Timestamp:
- Dec 6, 2010, 9:59:45 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deploy.sh.in
r308 r309 335 335 echo 336 336 echo " --host=<hostname> The host where you want to uninstall." 337 echo " --tmpdir=<path> Temporary directory to use on the this host." 337 338 echo 338 339 { (exit 0); exit 0; } … … 428 429 echo " --user=<username> Login as <username> to the build host (root)." 429 430 echo " --add-path=<path> Append 'path' to the PATH variable on the build host." 431 echo " --tmpdir=<path> Temporary directory to use on the build host." 430 432 { (exit 0); exit 0; } 431 433 } … … 457 459 echo " --local=<path> Local command (executed twice: " 458 460 echo " after config installation and before client startup)." 461 echo " --tmpdir=<path> Temporary directory to use on the this host." 459 462 { (exit 0); exit 0; } 460 463 } -
trunk/docs/Changelog
r307 r309 1 2.8.2: 2 * Fix hardcoded path for temp directory in deploxment scripts 3 * Fix bad compile on CentOS 4.8 with gcc 4.1.2 4 1 5 2.8.1: 2 6 * Document handling of missing files with secondary schedule
Note:
See TracChangeset
for help on using the changeset viewer.