From owner-svn-src-user@FreeBSD.ORG Tue Jul 23 12:22:38 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 324DFDB3; Tue, 23 Jul 2013 12:22:38 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7B02B83; Tue, 23 Jul 2013 12:22:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6NCMbre001921; Tue, 23 Jul 2013 12:22:37 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6NCMbq7001919; Tue, 23 Jul 2013 12:22:37 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201307231222.r6NCMbq7001919@svn.freebsd.org> From: Nathan Whitehorn Date: Tue, 23 Jul 2013 12:22:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r253567 - user/nwhitehorn/condorports X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 12:22:38 -0000 Author: nwhitehorn Date: Tue Jul 23 12:22:37 2013 New Revision: 253567 URL: http://svnweb.freebsd.org/changeset/base/253567 Log: Fix spelling errors and be a little easier on local disks. Modified: user/nwhitehorn/condorports/README user/nwhitehorn/condorports/prepbuildjail Modified: user/nwhitehorn/condorports/README ============================================================================== --- user/nwhitehorn/condorports/README Tue Jul 23 12:20:27 2013 (r253566) +++ user/nwhitehorn/condorports/README Tue Jul 23 12:22:37 2013 (r253567) @@ -31,7 +31,7 @@ Build node prerequisites: (adapted for the system in question) - security/sudo, with sudoers file in this directory - A lot of local disk space in /scratch -- A copy of all relavent worlds in /releases/ +- A copy of all relevant worlds in /releases/ - The prepbuildjail and reapbuildjail scripts installed in /pkgscripts Using: @@ -65,7 +65,7 @@ Options to buildportsdag.sh are specifie Default: $PORTSDIR/packages - DISTHORDE: Name of directory on submit node in which to store and find distfiles. Can be shared across ports tree. Need not exist on the build nodes - and can be on a local disk. This directory must be writeable by the user + and can be on a local disk. This directory must be writable by the user running the job submission. Default: $PORTSDIR/distfiles - ARCH: Value of uname -p for which to build Modified: user/nwhitehorn/condorports/prepbuildjail ============================================================================== --- user/nwhitehorn/condorports/prepbuildjail Tue Jul 23 12:20:27 2013 (r253566) +++ user/nwhitehorn/condorports/prepbuildjail Tue Jul 23 12:22:37 2013 (r253567) @@ -48,7 +48,7 @@ $slot { } EOF # TODO: Setting nosuid seems to break "below" -echo "/scratch/$release /scratch/$slot unionfs below 0 0" > /scratch/$slot.fstab +echo "/scratch/$release /scratch/$slot unionfs below,noatime 0 0" > /scratch/$slot.fstab if [ -n "$ports" ]; then mkdir -p /scratch/$slot/$ports echo "$ports /scratch/$slot/$ports nullfs ro 0 0" >> /scratch/$slot.fstab