summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/update_repositories.sh
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts:Michele Calgaro2019-04-271-2/+2
| | | | | | | 1. drop unsupported distros 2. minor improvements Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: adapted to latest repository structure (packagingMichele Calgaro2019-04-021-9/+0
| | | | | | folder is now part of main TDE repository) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-08-301-19/+6
| | | | | | | | | | - 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: update to update_repositories script.Michele Calgaro2018-08-191-63/+106
| | | | | | | | | | - reduced number of operation with server - added separate fetch phase - improve user feedback by reusing same line for modules with no changes, resulting in a clear view of modules that have been updated or have issues. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: remove dead branches from all "remote"s, not onlyMichele Calgaro2018-08-151-0/+3
| | | | | | from "origin" Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts.Michele Calgaro2018-07-241-34/+69
| | | | | | | | | 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/+188
- 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>