svn commit: r253567 - user/nwhitehorn/condorports

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Jul 23 12:22:38 UTC 2013


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/<releasenames>
+- A copy of all relevant worlds in /releases/<releasenames>
 - 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


More information about the svn-src-user mailing list