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