summaryrefslogtreecommitdiff
path: root/mk/bulk/do-sandbox-upload
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-06-07 15:25:38 +0000
committertv <tv@pkgsrc.org>2006-06-07 15:25:38 +0000
commit825d040770c0e0708332e828c007eaa345a2fecf (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /mk/bulk/do-sandbox-upload
parent55ce943c03c1fdc2d5d7174606a18fe07cb7a4f3 (diff)
downloadpkgsrc-tv-derecurse.tar.gz
EOL the tv-derecurse branch; it has become too outdated. The last livetv-derecurse
revision can be fetched at the tv-derecurse-eol tag.
Diffstat (limited to 'mk/bulk/do-sandbox-upload')
-rw-r--r--mk/bulk/do-sandbox-upload11
1 files changed, 0 insertions, 11 deletions
diff --git a/mk/bulk/do-sandbox-upload b/mk/bulk/do-sandbox-upload
deleted file mode 100644
index 1aac9f0a455..00000000000
--- a/mk/bulk/do-sandbox-upload
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# $NetBSD: do-sandbox-upload,v 1.2.2.3 2005/05/17 18:29:45 tv Exp $
-
-#
-# Script to start a sandbox build
-#
-# See pkgsrc/doc/pkgsrc.txt for documentation!
-#
-
-sh=`which sh`
-chroot /usr/sandbox $sh -c "cd /usr/pkgsrc/ ; $sh mk/bulk/upload $@"