build_jds.sh
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 14336 95e6313150cf
permissions -rwxr-xr-x
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44

#!/bin/sh
#
# Simple wrapper to build the JDS gate
echo "Updating gate ('svn up')...."
svn up
. /opt/jdsbld/bin/env.sh
rm -rf logs/* ; mkdir -p logs
make
umask 022
rm -f nohup.out.last
[ -f nohup.out ] && mv nohup.out nohup.out.last
echo "Starting build...."
nohup time pkgtool build --with-indiana-branding --live --with-l10n \
        --summary-log=`pwd`/logs/status.html \
        --logdir=`pwd`/logs --logdir-url=. --with-lcms --define 'jds_version JDS4'  \
        --define 'support_level supported' \
        closed/*.spec indiana/*.spec *.spec