diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-03-20 17:50:51 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-03-20 17:50:51 +0000 |
commit | 5dcb6b771106df130b4884867dc28bd685b64e40 (patch) | |
tree | 205b0730456878a4ac88e724ecbaba02887b4941 /scripts/pbuilder | |
parent | a690a02bdcda236be79bd84acffb6c1d05a5d4ba (diff) | |
download | vyos-build-5dcb6b771106df130b4884867dc28bd685b64e40.tar.gz vyos-build-5dcb6b771106df130b4884867dc28bd685b64e40.zip |
chore: T671: remove unused scripts and references to them
Diffstat (limited to 'scripts/pbuilder')
-rwxr-xr-x | scripts/pbuilder/hooks/C10shell | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/pbuilder/hooks/C10shell b/scripts/pbuilder/hooks/C10shell deleted file mode 100755 index f56f9f7f..00000000 --- a/scripts/pbuilder/hooks/C10shell +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |