[Pkg-xfce-commits] r1197 - scripts/pbuilder/hooks

Yves-Alexis Perez corsac-guest at alioth.debian.org
Tue Apr 10 20:54:04 UTC 2007


Author: corsac-guest
Date: 2007-04-10 20:54:03 +0000 (Tue, 10 Apr 2007)
New Revision: 1197

Added:
   scripts/pbuilder/hooks/C10_launch_shell
Log:
re-add shell hook


Added: scripts/pbuilder/hooks/C10_launch_shell
===================================================================
--- scripts/pbuilder/hooks/C10_launch_shell	2007-04-10 20:53:22 UTC (rev 1196)
+++ scripts/pbuilder/hooks/C10_launch_shell	2007-04-10 20:54:03 UTC (rev 1197)
@@ -0,0 +1,9 @@
+#!/bin/sh
+# invoke shell if build fails.
+
+echo "I: installing necessary tools to work in the damn chroot"
+apt-get install -y --force-yes vim zsh &>/dev/null
+
+cd /tmp/buildd/*/debian/..
+
+/bin/zsh < /dev/tty > /dev/tty


Property changes on: scripts/pbuilder/hooks/C10_launch_shell
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-xfce-commits mailing list