summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/scripts/create_repo.sh
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: several enhancements as follow:Michele Calgaro2018-07-111-55/+0
| | | | | | | | | | | | | | | | - 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>
* DEB build scripts: major update aimed at simplifying the use forMichele Calgaro2018-06-201-1/+1
| | | | | | non-root users. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: various fixes to allow normal user to build packages.Michele Calgaro2018-06-031-1/+1
| | | | | | | | | - removed need to mount/unmount TDE_DEBS_DIR folder into pbuilder repo folder - removed need to create "/var/cache/pbuilder/repo" folder - moved pbuilder hook folder to a subfolder of the user home folder - updated readme file Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed version numbering scheme. Added check to makeMichele Calgaro2018-05-281-1/+1
| | | | | | sure the selected distro and version is supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: added "create_repo" script. Prevent scripts from beingMichele Calgaro2018-05-281-0/+55
run from tde-packaging git repo, to make sure the user follows the instructions provided. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>