From 249e951ce236e3bbeb32b5a943215524a81f42f2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 25 Mar 2014 16:05:27 +0100 Subject: woopsie, the return ;) --- remote/modules/debug/debug.build | 20 -------------------- remote/modules/debug/debug.conf | 18 ------------------ remote/modules/debug/debug.conf.debian | 7 ------- remote/modules/debug/debug.conf.opensuse | 11 ----------- remote/modules/debug/debug.conf.ubuntu | 7 ------- 5 files changed, 63 deletions(-) delete mode 100644 remote/modules/debug/debug.build delete mode 100644 remote/modules/debug/debug.conf delete mode 100644 remote/modules/debug/debug.conf.debian delete mode 100644 remote/modules/debug/debug.conf.opensuse delete mode 100644 remote/modules/debug/debug.conf.ubuntu (limited to 'remote/modules/debug') 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 -" -- cgit v1.2.3-55-g7522