svn commit: r243871 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Wed Dec 5 00:20:43 UTC 2012


Author: linimon (doc,ports committer)
Date: Wed Dec  5 00:20:42 2012
New Revision: 243871
URL: http://svnweb.freebsd.org/changeset/base/243871

Log:
  Try to factor out some more hardwiring.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Wed Dec  5 00:13:26 2012	(r243870)
+++ projects/portbuild/conf/server.conf	Wed Dec  5 00:20:42 2012	(r243871)
@@ -51,6 +51,13 @@ WORLDDIR=${ZFS_MOUNTPOINT}/chroot/
 #zexpire 	a/nfs  a/local  a/portbuild/*  a/snap/*
 
 #
+# ownership definitions.  Note: ports builds are hardwired to ports-<arch>.
+#     Comment this out to make them also group ports-<arch>.
+#
+
+PORTBUILD_GROUP="portbuild"
+
+#
 # buildproxy definitions (note: Python script, so avoid {})
 #
 


More information about the svn-src-projects mailing list