aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'targets/tinderbox/controller.sh')
-rwxr-xr-xtargets/tinderbox/controller.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/targets/tinderbox/controller.sh b/targets/tinderbox/controller.sh
deleted file mode 100755
index 3dbc76f1..00000000
--- a/targets/tinderbox/controller.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-source ${clst_shdir}/support/functions.sh
-
-case $1 in
- run)
- shift
- exec_in_chroot ${clst_shdir}/tinderbox/tinderbox-chroot.sh
- ;;
- preclean)
- #exec_in_chroot ${clst_shdir}/tinderbox/tinderbox-preclean-chroot.sh
- delete_from_chroot /tmp/chroot-functions.sh
- ;;
- clean)
- exit 0
- ;;
- *)
- exit 1
- ;;
-esac
-exit $?