summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/scripts/internals/C10shell
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-07-11 23:38:32 +0900
committerMichele Calgaro <[email protected]>2018-07-11 23:38:32 +0900
commiteeaccbeddbaa2974406eb20cbb7beca3fb4a59f0 (patch)
tree510e0eea682ebf69263b187287873956394b5e7b /debian/_buildscripts/local/scripts/internals/C10shell
parent02dbbffa606c3c52833bbaf3dc5c5a050f295dbf (diff)
downloadtde-packaging-eeaccbeddbaa2974406eb20cbb7beca3fb4a59f0.tar.gz
tde-packaging-eeaccbeddbaa2974406eb20cbb7beca3fb4a59f0.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 <[email protected]> for testing and feedback done so far. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/_buildscripts/local/scripts/internals/C10shell')
-rwxr-xr-xdebian/_buildscripts/local/scripts/internals/C10shell18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/_buildscripts/local/scripts/internals/C10shell b/debian/_buildscripts/local/scripts/internals/C10shell
deleted file mode 100755
index 7c6a8761b..000000000
--- a/debian/_buildscripts/local/scripts/internals/C10shell
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# Color table
-CPurple='\e[0;35m'
-CWhite='\e[1;37m'
-CNone='\e[0m'
-
-# Invoke shell if build fails.
-apt-get install -y --force-yes vim less bash mc
-cd /tmp/buildd/*/debian/..
-echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
-echo "${CPurple} !!! Build FAILED !!! ${CNone}" >/dev/tty
-echo "${CPurple} You are now inside a shell in the building environment. ${CNone}" >/dev/tty
-echo "${CPurple} ${CWhite}mc, vim, less${CPurple} are available for your convenience. ${CNone}" >/dev/tty
-echo "${CPurple} Type ${CWhite}exit${CPurple} to leave the shell when you are done. ${CNone}" >/dev/tty
-echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
-/bin/bash </dev/tty >/dev/tty 2>/dev/tty
-