summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/debug
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/debug')
-rw-r--r--remote/modules/debug/debug.build20
-rw-r--r--remote/modules/debug/debug.conf18
-rw-r--r--remote/modules/debug/debug.conf.debian7
-rw-r--r--remote/modules/debug/debug.conf.opensuse11
-rw-r--r--remote/modules/debug/debug.conf.ubuntu7
5 files changed, 0 insertions, 63 deletions
diff --git a/remote/modules/debug/debug.build b/remote/modules/debug/debug.build
deleted file mode 100644
index c020181d..00000000
--- a/remote/modules/debug/debug.build
+++ /dev/null
@@ -1,20 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
-
- for BIN in $REQUIRED_BINARIES; do
- [[ "$BIN" == @* ]] && BIN=$(echo "$BIN" | cut -c 2-)
- BIN_LOCATION=$(which ${BIN})
- if [ ! -z ${BIN_LOCATION} -a -e ${BIN_LOCATION} ]; then
- tarcopy "$(get_link_chain ${BIN_LOCATION})" "${MODULE_BUILD_DIR}"
- else
- pwarning "'${BIN}' not found on the system."
- fi
- done
-}
-
-post_copy() {
- :
-}
diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf
deleted file mode 100644
index 71006514..00000000
--- a/remote/modules/debug/debug.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-REQUIRED_BINARIES="
- strace
- ltrace
- ldd
- setterm
- curl
- nano
- fc-cache
- fc-query
- @xset
- locale
- su
- file
- @htop
- @logger
- @tcpdump
- getfacl
-"
diff --git a/remote/modules/debug/debug.conf.debian b/remote/modules/debug/debug.conf.debian
deleted file mode 100644
index 00bfea2c..00000000
--- a/remote/modules/debug/debug.conf.debian
+++ /dev/null
@@ -1,7 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- curl
- ltrace
- strace
- nano
- fontconfig
-"
diff --git a/remote/modules/debug/debug.conf.opensuse b/remote/modules/debug/debug.conf.opensuse
deleted file mode 100644
index b7971956..00000000
--- a/remote/modules/debug/debug.conf.opensuse
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- curl
- ltrace
- nano
- fontconfig
- fonts-config
- xset
-"
-REQUIRED_BINARIES+="
- fonts-config
-"
diff --git a/remote/modules/debug/debug.conf.ubuntu b/remote/modules/debug/debug.conf.ubuntu
deleted file mode 100644
index 00bfea2c..00000000
--- a/remote/modules/debug/debug.conf.ubuntu
+++ /dev/null
@@ -1,7 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- curl
- ltrace
- strace
- nano
- fontconfig
-"