summaryrefslogtreecommitdiff
path: root/Tools/scripts/release
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-05-20 07:31:51 +0000
committerWill Andrews <will@FreeBSD.org>2002-05-20 07:31:51 +0000
commit4230758a38ee9e770187ab0419d3a28fc7851e06 (patch)
treec94fbd63600b12a50be6ccbc2019e1fa00ceb07f /Tools/scripts/release
parentAdd this makefile to help people who are performing package splits to (diff)
Streamline instructions a little more.
Notes
Notes: svn path=/head/; revision=59515
Diffstat (limited to 'Tools/scripts/release')
-rw-r--r--Tools/scripts/release/README16
1 files changed, 12 insertions, 4 deletions
diff --git a/Tools/scripts/release/README b/Tools/scripts/release/README
index e97a30c591aa..aa663f1a3b90 100644
--- a/Tools/scripts/release/README
+++ b/Tools/scripts/release/README
@@ -10,9 +10,17 @@ The approximate procedure is:
1) CVSROOT/avail lockout
2) cvs rtag RELEASE_4_5_0 ports
-1) cd /a/steve/4.5/i386/RC3
-2) ./setup.sh (may want to redirect stdout to a file,
- as this gives copious output.)
-3) ./doit.sh
+PWD=`pwd`
+1) cd $PWD && cvs co -d srcscripts src/release/scripts
+ OR
+ cd $PWD/srcscripts && cvs up -dP
+2) cd $PWD && cvs co -d releng ports/Tools/scripts/release
+ OR
+ cd $PWD/releng && cvs up -dP
+3) cd $PWD/releng
+4) make RELEASE=4.6-RELEASE SRCSCRIPTS=${PWD}/srcscripts
+5) cd 4.6-RELEASE
+6) ./doit.sh
+ [ answer prompts and stuff as it appears ]
More documentation to come later.