summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: added ability to build from a specified folder.Michele Calgaro2021-08-231-1/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed up wrong documentation in README file.Michele Calgaro2021-08-231-11/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: dropped 'internal pbuilder' option and some code ↵Michele Calgaro2021-07-201-1/+0
| | | | | | improvements. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added initial support for git worktrees.Michele Calgaro2021-07-121-11/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: updated to use extra dependency repository on TGW.Michele Calgaro2020-09-141-65/+59
| | | | 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-1/+13
| | | | | | modules. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: updated to TDE Archive Signing key.Michele Calgaro2019-12-021-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: adapted to latest repository structure (packagingMichele Calgaro2019-04-021-5/+4
| | | | | | folder is now part of main TDE repository) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed code for cross-building. Remove extraMichele Calgaro2018-11-231-1/+1
| | | | | | dependency on gettext-kde Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-08-301-2/+2
| | | | | | | | | | - make opensync extra dependency deprecated in R14.1 series - update_repositories.sh will not mark a new package as UPDATE anymore. This because when updating multiple branches, modules only present in one branch would cause a lot of false UPDATE messages at each branch switch. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-07-301-3/+4
| | | | | | | | - fixed support for Devuan Jessie. - dropped Sarge, Etch, Lenny, Lucid from list of supported distros. - added auto detection of distro, distro name and architecture. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts: fixed typo in README.Slávek Banko2018-07-241-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts.Michele Calgaro2018-07-241-11/+22
| | | | | | | | | 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/+248
- 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>