summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals/C10shell
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 13:48:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 13:48:40 +0900
commit1028598a976efc5206b8bffacf547337928cc627 (patch)
tree12bb47fc92719a35b51115943a4888deada5033d /debian/_buildscripts/local/internals/C10shell
parent73972eeb1fc6374053819de94866f7570383a87b (diff)
downloadtde-packaging-1028598a.tar.gz
tde-packaging-1028598a.zip
DEB buildscripts: removed from R14.1.x branch. These scripts are kept up to date on master branch only, to avoid unnecessary repetition.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/internals/C10shell')
-rwxr-xr-xdebian/_buildscripts/local/internals/C10shell18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/_buildscripts/local/internals/C10shell b/debian/_buildscripts/local/internals/C10shell
deleted file mode 100755
index 01f5590f6..000000000
--- a/debian/_buildscripts/local/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 ack
-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 "${CWhite} mc, vim, less, ack${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
-