pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Upload pkgs built in sandbox



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa006478b91c
branches:  trunk
changeset: 487177:fa006478b91c
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Mon Jan 10 18:52:25 2005 +0000

description:
Upload pkgs built in sandbox
(wrapper to 'upload' script, similar to do-sandbox-build).

diffstat:

 mk/bulk/do-sandbox-upload |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r e37478ff941e -r fa006478b91c mk/bulk/do-sandbox-upload
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/bulk/do-sandbox-upload Mon Jan 10 18:52:25 2005 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+#      $NetBSD: do-sandbox-upload,v 1.1 2005/01/10 18:52:25 hubertf Exp $
+
+#
+# Script to start a sandbox build
+#
+# See pkgsrc/Packages.txt for documentation!
+#
+
+sh=`which sh`
+chroot /usr/sandbox $sh -c "cd /usr/cvs.local/pkgsrc/ ; $sh mk/bulk/upload $@"



Home | Main Index | Thread Index | Old Index