svn commit: r243206 - projects/portbuild/conf
Mark Linimon
linimon at FreeBSD.org
Sun Nov 18 03:44:11 UTC 2012
Author: linimon (doc,ports committer)
Date: Sun Nov 18 03:44:10 2012
New Revision: 243206
URL: http://svnweb.freebsd.org/changeset/base/243206
Log:
Start parameterizing svn stuff.
While here, remove default of pointyhat-west that snuck in.
Modified:
projects/portbuild/conf/server.conf
Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf Sun Nov 18 03:43:31 2012 (r243205)
+++ projects/portbuild/conf/server.conf Sun Nov 18 03:44:10 2012 (r243206)
@@ -99,18 +99,32 @@ UPLOAD_USER="portmgr"
# user-visible things
#
-MASTER_URL="pointyhat-west.isc.FreeBSD.org"
+MASTER_URL="pointyhat.freebsd.org"
#
# vcs-specific definitions
#
+# XXX MCL the next 3 only used in makeworld and dopackages now.
# XXX MCL 20121104 fix me!
VCS="cvs"
-
VCS_UPDATE_DATE="-Rq update -PdA -D"
VCS_UPDATE_TAG="-Rq update -PdA -r"
+# XXX MCL 20121104 fix me!
+
+VCS_CHECKOUT_COMMAND="svn checkout"
+VCS_UPDATE_COMMAND="svn update"
+
+# this subdirectory is used as a flag to say "checkout has already happened,
+# use update instead"
+VCS_SUBDIR=".svn"
+
+# FreeBSD's SVN repositories
+VCS_REPOSITORY="svn://svn.FreeBSD.org"
+VCS_SRC_REPOSITORY="${VCS_REPOSITORY}/base"
+VCS_PORTS_REPOSITORY="${VCS_REPOSITORY}/ports"
+# used to create URLs in HTML summary pages (see process*)
VCSWEB="http://svnweb.freebsd.org/ports/head"
#
More information about the svn-src-projects
mailing list