Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 22:22:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r244513 - projects/portbuild/conf
Message-ID:  <201212202222.qBKMMvaR033696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Thu Dec 20 22:22:57 2012
New Revision: 244513
URL: http://svnweb.freebsd.org/changeset/base/244513

Log:
  Add VCS_PORTBUILD_REPOSITORY.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Thu Dec 20 22:07:47 2012	(r244512)
+++ projects/portbuild/conf/server.conf	Thu Dec 20 22:22:57 2012	(r244513)
@@ -136,8 +136,12 @@ VCS_REPOSITORY="svn://svn.FreeBSD.org" 
 #VCS_REPOSITORY="svn://svn0.us-east.FreeBSD.org"
 # West Coast USA mirror
 #VCS_REPOSITORY="svn://svn0.us-west.FreeBSD.org"
+# source base subdirectory
 VCS_SRC_REPOSITORY="${VCS_REPOSITORY}/base"
+# ports tree subdirectory
 VCS_PORTS_REPOSITORY="${VCS_REPOSITORY}/ports"
+# portbuild subdirectory
+VCS_PORTBUILD_REPOSITORY="${VCS_REPOSITORY}/base/projects/portbuild"
 
 # used to create URLs in HTML summary pages (see process*)
 VCSWEB="http://svnweb.freebsd.org/ports/head"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212202222.qBKMMvaR033696>