Changes between Version 20 and Version 21 of ToolUpgrade
- Timestamp:
- Apr 8, 2011, 8:08:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToolUpgrade
v20 v21 36 36 37 37 The default project root directory is `$HOME/projects/project_name`. 38 If this is not where your project lives, use the `--project_root` flag 39 to specify the location of the directory above where your project lives: 38 If this is not where your project lives, you can give the full path of the project root: 40 39 {{{ 41 $ ./upgrade --project_root=/path/to/projectsproject_name40 $ ./upgrade /path/to/projects/project_name 42 41 }}} 43 The project directory would then be `/path/to/projects/project_name`.44 42 45 43 You can run '''upgrade''' from a directory other than boinc/tools by specifying the BOINC source directory: