summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/build_module.sh
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: updated after testing on Devuan ChimaeraMichele Calgaro2024-01-131-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: update to new package naming convention (~pre instead of ~s)Michele Calgaro2023-05-251-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB buildscripts:Michele Calgaro2023-01-141-23/+28
| | | | | | | | 1. update supported distros 2. fixed update of local submodules with worktrees 3. update list of modules to be built Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed wrong 'successful build' feedback when required ↵Michele Calgaro2022-05-121-1/+1
| | | | | | dependencies were missing in a local build. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added ability to build from a specified folder.Michele Calgaro2021-08-231-24/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed up spacing/tabs in commit 1ccf2a151.Michele Calgaro2021-07-201-33/+33
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: dropped 'internal pbuilder' option and some code ↵Michele Calgaro2021-07-201-29/+42
| | | | | | improvements. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added ability to build local modules even when theyMichele Calgaro2021-05-231-16/+26
| | | | | | are not yet part of the TDE umbrella. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added klamav and komposé. Fixed bug with pbuilder ↵Michele Calgaro2021-05-041-1/+1
| | | | | | building chain. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>