Add a note to cvsup files about cvsup repository names on mirrors
Carl Schmidt
cschmidtlib at comcast.net
Tue Sep 13 19:11:57 PDT 2005
As the subject says, this patch will add notes to the relevant example
cvsup files to note that all the mirrors are using
"dragonfly-cvs-something" as opposed to "cvs-something".
Index: DragonFly-cvs-supfile
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/DragonFly-cvs-supfile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DragonFly-cvs-supfile
--- DragonFly-cvs-supfile 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ DragonFly-cvs-supfile 11 Sep 2005 19:09:43 -0000
@@ -38,6 +38,9 @@
# If you want to use a 'checked out' copy of the DragonFly source tree, use
# one of the other DragonFly supfiles.
#
+# If you are using a DragonFly mirror, please change "cvs-" to
+# "dragonfly-cvs-", e.g. cvs-root will become dragonfly-cvs-root.
+#
*default host=cvsup.dragonflybsd.org
*default base=/usr
*default prefix=/home/dcvs
Index: DragonFly-dfports-supfile
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/DragonFly-dfports-supfile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DragonFly-dfports-supfile
--- DragonFly-dfports-supfile 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ DragonFly-dfports-supfile 11 Sep 2005 19:10:24 -0000
@@ -35,6 +35,9 @@
# "/home/ncvs/ports/archivers"). The prefix directory
# must exist in order to run CVSup.
#
+# If you are using a DragonFly mirror, please change "cvs-dfports" to
+# "dragonfly-cvs-dfports".
+#
*default host=cvsup.dragonflybsd.org
*default base=/usr
*default prefix=/usr
Index: DragonFly-preview-supfile
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/DragonFly-preview-supfile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DragonFly-preview-supfile
--- DragonFly-preview-supfile 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ DragonFly-preview-supfile 11 Sep 2005 19:10:48 -0000
@@ -38,6 +38,8 @@
# "/usr/ports/archivers"). The prefix directory
# must exist in order to run CVSup.
#
+# If you are using a DragonFly mirror, please change "cvs-src" to
+# "dragonfly-cvs-src".
#
*default host=cvsup.dragonflybsd.org
*default base=/usr
Index: DragonFly-release1_2-supfile
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/DragonFly-release1_2-supfile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DragonFly-release1_2-supfile
--- DragonFly-release1_2-supfile 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ DragonFly-release1_2-supfile 11 Sep 2005 19:11:12 -0000
@@ -40,6 +40,8 @@
# "/usr/ports/archivers"). The prefix directory
# must exist in order to run CVSup.
#
+# If you are using a DragonFly mirror, please change "cvs-src" to
+# "dragonfly-cvs-src".
#
*default host=cvsup.dragonflybsd.org
*default base=/usr
Index: DragonFly-src-supfile
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/DragonFly-src-supfile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DragonFly-src-supfile
--- DragonFly-src-supfile 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ DragonFly-src-supfile 11 Sep 2005 19:11:33 -0000
@@ -36,6 +36,8 @@
# "/usr/ports/archivers"). The prefix directory
# must exist in order to run CVSup.
#
+# If you are using a DragonFly mirror, please change "cvs-src" to
+# "dragonfly-cvs-src".
#
*default host=cvsup.dragonflybsd.org
*default base=/usr
Index: README
===================================================================
RCS file: /home/dcvs/dfly/share/examples/cvsup/README,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 README
--- README 5 Sep 2005 19:15:19 -0000 1.1.1.1
+++ README 11 Sep 2005 19:12:25 -0000
@@ -16,6 +16,9 @@
DragonFly-dfports-supfile Latest DragonFly ports override for
the FreeBSD ports tree.
+ If using a DragonFly cvsup mirror site, please pay attention to the
+ notes at the end of the comments within each sample cvsup file.
+
To maintain the sources for FreeBSD, use:
FreeBSD-cvs-supfile Main source tree for FreeBSD
More information about the Submit
mailing list