--- builds_bin/build_ISO 2006/03/28 05:35:19 1.2 +++ builds_bin/build_ISO 2006/06/30 22:58:51 1.3 @@ -85,4 +85,21 @@ zsyncmake smeserver-$distvers.iso mv smeserver-$distvers.iso smeserver.iso ln -sf smeserver.iso smeserver-$distvers.iso +echo "Building SRPMS ISO" + +mkisofs $mkisopts \ + -V "$distname $distvers SRPMS" \ + -A "$distname SRPMS created on $today" \ + -x lost+found \ + -x CVS \ + -x cdrom.image \ + -o "smeserver-$distvers-SRPMS".iso \ + --graft-points \ + ./SRPMS=SRPMS \ + GPL=cdrom.image/GPL \ + RPM-GPG-KEY=cdrom.image/RPM-GPG-KEY \ + RPM-GPG-KEY-centos4=cdrom.image/RPM-GPG-KEY-centos4 \ + RPM-GPG-KEY-SMEServer7=cdrom.image/RPM-GPG-KEY-SMEServer7 + # That's it. +