diff options
author | Will Andrews <will@FreeBSD.org> | 2002-05-20 07:31:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-05-20 07:31:51 +0000 |
commit | 4230758a38ee9e770187ab0419d3a28fc7851e06 (patch) | |
tree | c94fbd63600b12a50be6ccbc2019e1fa00ceb07f /Tools | |
parent | 13f0dec1741cb3756b4c4b795592245ada82d9c5 (diff) |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/release/README | 16 |
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. |