This shows you the differences between the selected revision and the current version of the page.
|
mantisbt:release_process 2013/03/21 10:46 |
mantisbt:release_process 2013/04/12 09:14 current |
| | | | |
| | * Run /admin/test_langs.php to detect any syntax errors in the localization files. | | * Run /admin/test_langs.php to detect any syntax errors in the localization files. |
| | + | |
| | | | |
| | ===== File Cleanup ===== | | ===== File Cleanup ===== |
| | | | |
| - | * Run the linterm script on all the files to make sure the line terminations are UNIX style. | + | * Run the Lines Termination test script on all the files to make sure the line terminations are UNIX style. <code> |
| - | * Commit the changes | + | $ cd /path/to/mantisbt |
| | + | $ php -q /path/to/check_lineterm.php -c </code> |
| | + | * If any files are found with non-UNIX-style line-endings, fix them with <code> |
| | + | $ php -q /path/to/check_lineterm.php -c <filename> |
| | + | </code> |
| | + | * Alternatively, check and fix all files in one go with the following command <code> |
| | + | $ php -q /path/to/check_lineterm.php -a <filename> |
| | + | </code> |
| | + | * Review and commit the changes |
| | | | |
| | | | |