#!/bin/sh if [ "`which mkDVD.iso 2>/dev/null`" == "" ]; then echo "Couldn't find the ISO scripts, trying to add them to path anyway..." export PATH="$PWD/`dirname $0`/:$PATH" fi export VERSION=${VERSION:-`date +%Y%m%d`} if [ ! -f ChangeLog.txt ]; then echo Please run from top of the tree where ChangeLog.txt is. exit fi rm -rf /tmp/slamd64-iso mkdir /tmp/slamd64-iso mkISO1 mkISO2 mkISO3 mkISO4 mkISO5 mkISO6 mkDVD.iso mkMini.iso cp ChangeLog.txt /tmp/slamd64-iso/ cat ReleaseNotes.txt > /tmp/slamd64-iso/ReleaseNotest.txt pushd /tmp/slamd64-iso md5sum * > CHECKSUMS.md5 gpg -sab CHECKSUMS.md5 echo "ISOs made in /tmp/slamd64-iso/" popd