update build script to build bitrock windows packages

This commit is contained in:
reinerj 2004-11-19 14:26:43 +00:00
parent 39d7cad85b
commit 3845e46f4b

View File

@ -192,7 +192,10 @@ date
cd $ANONCVSDIRFEDORA
/opt/installbuilder-1.2.1/bin/builder build /opt/installbuilder-1.2.1/projects/egroupware.xml
echo "build bitrock Linux package" >> $LOGFILEFEBIT 2>&1
/opt/installbuilder-2.0/bin/builder build /opt/installbuilder-2.0/projects/egroupware.xml linux
echo "build bitrock Windows package" >> $LOGFILEFEBIT 2>&1
/opt/installbuilder-2.0/bin/builder build /opt/installbuilder-2.0/projects/egroupware.xml windows
rm -rf egroupware
echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEBIT 2>&1