MantisBT: master 99a5925e

Author Committer Branch Timestamp Parent
vboctor vboctor master 2020-04-21 10:29 master fd31cb6c
Affected Issues  0026903: Move release scripts to main repository
Changeset

Bring in release scripts from mantisbt-tools

We had our build tools split between MantisBT main repo and mantisbt-tools repo.
It is a better approach to have the scripts in the main repo, so each MantisBT branch
can have the corresponding version of the build scripts that works with it. Also it makes
it easier to keep the build scripts up-to-date as the MantisBT core code changes.

The code here is exactly the same as the following commit in mantisbt/mantisbt-tools:

https://github.com/mantisbt/mantisbt-tools/commit/549d14d5680c6104f958507e0b771d87e4d81af7

Fixes 0026903

add - build-scripts/.htaccess Diff File
add - build-scripts/Web.config Diff File
add - build-scripts/buildrelease-repo.py Diff File
add - build-scripts/buildrelease.py Diff File
add - build-scripts/check_apostrophe.php Diff File
add - build-scripts/check_formatting.php Diff File
add - build-scripts/check_lang.php Diff File
add - build-scripts/check_lineterm.php Diff File
add - build-scripts/docbook-manual-repo.py Diff File
add - build-scripts/docbook-manual.py Diff File
add - build-scripts/update-copyright.sh Diff File
add - build-scripts/update-credits.sh Diff File