bin/70625: [PATCH] RELENG_5 CVS/CVSup fixes, -CURRENT -> -STABLE
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed Aug 18 10:20:15 PDT 2004
>Number: 70625
>Category: bin
>Synopsis: [PATCH] RELENG_5 CVS/CVSup fixes, -CURRENT -> -STABLE
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 18 17:20:14 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Oliver Eikemeier
>Release: FreeBSD 5.2-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 5.2-STABLE
>Description:
Reflect the fact that a RELENG_5 branch exists by supporting updates
via CVS/CVSup from this branch and naming it `-STABLE' :)
>How-To-Repeat:
>Fix:
Index: Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.438
diff -u -r1.438 Makefile.inc1
--- Makefile.inc1 16 Aug 2004 18:17:14 -0000 1.438
+++ Makefile.inc1 18 Aug 2004 14:04:17 -0000
@@ -662,7 +662,7 @@
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
+ cd ${.CURDIR}; ${CVS} -R -q update -rRELENG_5 -P -d
.endif
#
Index: sys/conf/newvers.sh
===================================================================
RCS file: /home/ncvs/src/sys/conf/newvers.sh,v
retrieving revision 1.62
diff -u -r1.62 newvers.sh
--- sys/conf/newvers.sh 1 Jul 2004 06:40:12 -0000 1.62
+++ sys/conf/newvers.sh 18 Aug 2004 17:06:45 -0000
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="5.2"
-BRANCH="CURRENT"
+BRANCH="STABLE"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"
Index: share/examples/cvsup/standard-supfile
===================================================================
RCS file: /home/ncvs/src/share/examples/cvsup/standard-supfile,v
retrieving revision 1.23
diff -u -r1.23 standard-supfile
--- share/examples/cvsup/standard-supfile 24 May 2004 06:23:15 -0000 1.23
+++ share/examples/cvsup/standard-supfile 18 Aug 2004 17:01:01 -0000
@@ -51,7 +51,7 @@
*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
-*default release=cvs tag=.
+*default release=cvs tag=RELENG_5
*default delete use-rel-suffix
# If you seem to be limited by CPU rather than network or disk bandwidth, try
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list