summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/scripts/update_repositories.sh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-07-11 23:38:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-07-11 23:38:32 +0900
commiteeaccbeddbaa2974406eb20cbb7beca3fb4a59f0 (patch)
tree510e0eea682ebf69263b187287873956394b5e7b /debian/_buildscripts/local/scripts/update_repositories.sh
parent02dbbffa606c3c52833bbaf3dc5c5a050f295dbf (diff)
downloadtde-packaging-eeaccbed.tar.gz
tde-packaging-eeaccbed.zip
DEB build scripts: several enhancements as follow:
- 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>
Diffstat (limited to 'debian/_buildscripts/local/scripts/update_repositories.sh')
-rwxr-xr-xdebian/_buildscripts/local/scripts/update_repositories.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/_buildscripts/local/scripts/update_repositories.sh b/debian/_buildscripts/local/scripts/update_repositories.sh
deleted file mode 100755
index efa739aa6..000000000
--- a/debian/_buildscripts/local/scripts/update_repositories.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Load common code
-. ./internals/_build_common.sh
-init_common
-
-#----------------------------
-# Run real update script
-if [ ! -d "$SCRIPT_LOG_DIR" ]; then
- echo -e "\"$SCRIPT_LOG_DIR\" folder is missing. Check your config or create it."
- exit 1
-fi
-echo "Update in progress..."
-. ./internals/_update_repositories.sh &>"$SCRIPT_LOG_DIR/update-repos.log"
-echo "Update completed."
-