summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/build_module.sh
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts:Michele Calgaro2020-12-241-1/+1
| | | | | | | 1) added uncrustify-trinity. 2) make sure to exclude only specific .git files, not all .git* ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed support for metapackages and adjusted to new ↵Michele Calgaro2020-10-011-5/+15
| | | | | | consolidated structure. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed bug in search for existing modules.Michele Calgaro2020-09-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: updated to use extra dependency repository on TGW.Michele Calgaro2020-09-141-167/+144
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: fixed handling of packages with multiple - characters.Michele Calgaro2020-09-071-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: further improvement to detection of correct scm info when ↵Michele Calgaro2020-05-041-2/+8
| | | | | | working on detached HEAD. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2020-05-041-2/+2
| | | | | | | | | 1) updated application list. 2) fixed problem with .tdescminfo contents when branches are more recent than master/r14.0.x. 3) fixed issue with detection of extra dependencies repository. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for reproducible builds.Michele Calgaro2020-04-221-15/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fix bug in module search when building from local tree.Michele Calgaro2020-01-261-1/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: add support for module search among the list of known ↵Michele Calgaro2020-01-121-28/+82
| | | | | | modules. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2019-04-271-6/+9
| | | | | | | 1. drop unsupported distros 2. minor improvements Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts.Michele Calgaro2018-07-241-3/+5
| | | | | | | | | 1) added support for Devuan distros 2) added more command line options for update_repositories.sh 3) bug fixes and improved user feedback 4) added link inside ubuntu distro Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: several enhancements as follow:Michele Calgaro2018-07-111-0/+432
- major rework of update_repositories.sh script, which now supports multiple branches and provide better feedback to user. - added support for pre-built extra dependency packages. A user can now use Slavek Banko's binary packages instead of building the extra dependency locally. This removes a quite tedious process during the setup of the building environment. - bug fixes and more user friendly folder names. - improved README to cover the complete process until TDE installation. Special thanks to Gregory Guy <zadig83@laposte.net> for testing and feedback done so far. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>