From 3b198e82c0efed21cdb84b68b63080a52238d020 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 23 Jun 2001 23:30:28 +0000 Subject: A tiny example how I start my sandbox builds. Nothing fancy, probably needs adjusting to other people's environments. XXX the list of things that need to be setup in the sandbox should XXX probably be moved to Packages.txt... --- mk/bulk/do-sandbox-build | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mk/bulk/do-sandbox-build (limited to 'mk') diff --git a/mk/bulk/do-sandbox-build b/mk/bulk/do-sandbox-build new file mode 100644 index 00000000000..2c60d8428cd --- /dev/null +++ b/mk/bulk/do-sandbox-build @@ -0,0 +1,19 @@ +#!/bin/sh +# $NetSBD$ + +# +# Script to start a sandbox build +# + +# +# Important files in sandbox (after extracting sets): +# * kernel (/netbsd) +# * /etc/resolv.conf +# * /dev/* +# * working(!) mail config (hostname, sendmail.cf) +# * /etc/localtime (security/snmpd) +# * /etc/resolv.conf (security/snmpd) +# * /usr/src (sysutils/aperture, net/ppp-mppe) +# + +chroot /usr/sandbox sh -c 'cd /usr/cvs.local/pkgsrc/ ; sh mk/bulk/build' -- cgit v1.2.3