ports/Tools/scripts/release
2002-03-27 04:48:14 +00:00
..
checkdeps.pl Add the scripts used to break up the package collections for a release. 2002-03-27 00:45:47 +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
oneshot.pl Add the scripts used to break up the package collections for a release. 2002-03-27 00:45:47 +00:00
README Set the $scripts directory to the same as $dir to make these more useful 2002-03-27 04:48:14 +00:00
scrubindex.pl Add the scripts used to break up the package collections for a release. 2002-03-27 00:45:47 +00:00
setup.sh Add the scripts used to break up the package collections for a release. 2002-03-27 00:45:47 +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

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

More documentation to come later.