aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-05-20 15:31:51 +0800
committerwill <will@FreeBSD.org>2002-05-20 15:31:51 +0800
commitfa9954fafce914870b14a95f477c4b9030332cfc (patch)
treec9e5b7918e6e33a323f60cc123ca1197c7a06f84 /Tools/scripts
parente92cec80a0ce69743f8c16f86372f360b2929b7c (diff)
downloadfreebsd-ports-gnome-fa9954fafce914870b14a95f477c4b9030332cfc.tar.gz
freebsd-ports-gnome-fa9954fafce914870b14a95f477c4b9030332cfc.tar.zst
freebsd-ports-gnome-fa9954fafce914870b14a95f477c4b9030332cfc.zip
Streamline instructions a little more.
Diffstat (limited to 'Tools/scripts')
-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.