3 if [ -z "$1" -o -z "$2" ] ; then
5 echo "Usage: ./release.sh MAJOR MINOR HEAD"
7 echo "Set the environment var CVSROOT to use a different repository."
8 echo "Set CVSREP to a different directory if needed."
10 echo "Creates the release tarball from CVS sources, tests the compile"
11 echo "on local machine, fedora4, fedora5, fedora6."
13 echo "Note: You may wish to direct the output to a file, for"
14 echo " later examination."
22 .
/make-release-tar.sh
$1 $2 $3
24 # Build as root first, so all prompts are finished at the start,
25 # for the chroot systems...
26 su
- -c "cd $(pwd) && ./release-root.sh $1 $2"
28 # Build Debian packages in /usr/src/barry-version
29 .
/make-deb-local.sh build
/barry-
$1.
$2.
tar.bz2
$1 $2 debian