freebsd-ports/Tools/scripts/release
Will Andrews f0aedc56a5 Add a missed file which acts as a driver for the others.
Add documentation worked on by Steve and myself for ports freeze and
package split procedure.  Very minimal, very 4.5 specific, needs work.
2002-03-27 00:52:59 +00:00
..
checkdeps.pl
doit.sh Add a missed file which acts as a driver for the others. 2002-03-27 00:52:59 +00:00
oneshot.pl
README Add a missed file which acts as a driver for the others. 2002-03-27 00:52:59 +00:00
scrubindex.pl
setup-release.sh
setup.sh

$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

1) cd /a/steve/4.5/i386/RC3
2) ./scripts/setup.sh (may want to redirect stdout to a file,
   as this gives copious output.)
3) ./doit.sh

More documentation to come later.