freebsd-ports/Tools/scripts/release
2002-05-20 07:31:51 +00:00
..
checkdeps.pl
config Add CD configs for use by these scripts. 2002-05-20 07:14:42 +00:00
doit.sh Set the $scripts directory to the same as $dir to make these more useful 2002-03-27 04:48:14 +00:00
Makefile Add this makefile to help people who are performing package splits to 2002-05-20 07:19:07 +00:00
oneshot.pl
README Streamline instructions a little more. 2002-05-20 07:31:51 +00:00
scrubindex.pl
setup.sh More useful exit if dir not passed. 2002-05-16 03:24:44 +00:00

$FreeBSD$

This directory contains the scripts that are used to break up the packages
for a given release, so that they fit on a particular 4 CD set.  They rely
on src/release/scripts/print-cdrom-packages.sh to give preference for
particular packages to be located on particular CDs.

The approximate procedure is:

1) CVSROOT/avail lockout
2) cvs rtag RELEASE_4_5_0 ports

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.