svn commit: r246673 - projects/portbuild/admin/conf

Mark Linimon linimon at FreeBSD.org
Mon Feb 11 13:42:12 UTC 2013


Author: linimon (doc,ports committer)
Date: Mon Feb 11 13:42:11 2013
New Revision: 246673
URL: http://svnweb.freebsd.org/changeset/base/246673

Log:
  Since SRCBUILD_USER now owns the svn repositories, the definitions of which
  svn repositories to track must move out of portbuild/conf/server.conf and
  into here.

Modified:
  projects/portbuild/admin/conf/admin.conf

Modified: projects/portbuild/admin/conf/admin.conf
==============================================================================
--- projects/portbuild/admin/conf/admin.conf	Mon Feb 11 12:58:26 2013	(r246672)
+++ projects/portbuild/admin/conf/admin.conf	Mon Feb 11 13:42:11 2013	(r246673)
@@ -10,6 +10,17 @@
 #
 
 #
+# top-level package building things
+#
+
+SRC_BRANCHES="7 8 9 10"
+SRC_BRANCHES_PATTERN="^[0-9]"
+SRC_BRANCH_7_SUBDIR=releng/7.4/
+SRC_BRANCH_8_SUBDIR=releng/8.3/
+SRC_BRANCH_9_SUBDIR=releng/9.0/
+SRC_BRANCH_10_SUBDIR=head/
+
+#
 # directory management definitions
 #
 


More information about the svn-src-projects mailing list