summaryrefslogtreecommitdiff
path: root/scripts/pbuilder/hooks/C10shell
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-06-23 04:37:36 +0200
committerDaniil Baturin <daniil@baturin.org>2018-06-23 04:37:36 +0200
commit9113afff3a538a6e9a7f788189028778aa75fe1f (patch)
tree644be7e1698812eec85adaa6884643f2a775b7e6 /scripts/pbuilder/hooks/C10shell
parent2268a65ba8edf92400ea185a36e784365de2e853 (diff)
parent85bc557f4c458c08b096abfd5100cc324a2a2ee0 (diff)
downloadvyos-build-9113afff3a538a6e9a7f788189028778aa75fe1f.tar.gz
vyos-build-9113afff3a538a6e9a7f788189028778aa75fe1f.zip
Merge branch 'current'
Diffstat (limited to 'scripts/pbuilder/hooks/C10shell')
-rwxr-xr-xscripts/pbuilder/hooks/C10shell6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/pbuilder/hooks/C10shell b/scripts/pbuilder/hooks/C10shell
new file mode 100755
index 00000000..f56f9f7f
--- /dev/null
+++ b/scripts/pbuilder/hooks/C10shell
@@ -0,0 +1,6 @@
+#!/bin/sh
+# invoke shell if build fails.
+
+apt-get install -y --force-yes vim nano less bash
+cd /tmp/buildd/*/debian/..
+/bin/bash < /dev/tty > /dev/tty 2> /dev/tty