3 if [ -z "$1" -o -z "$2" -o -z "$3" ] ; then
5 echo "Usage: ./test.sh MAJOR MINOR commit"
7 echo "Creates the release tarball from git sources, tests the compile"
8 echo "on local machine's chroot systems."
16 .
/git-release-tar.sh
$1 $2 $3
18 # Make sure it compiles cleanly on all handy systems
20 .
/test-build-local.sh build
/barry-
$1.
$2.
tar.bz2
22 # Then as root, for the chroot systems...
23 su
- -c "cd $(pwd) && ./test-root.sh $1 $2"