You will need to mount the file:
"nst-1.8.1.iso". You will then need to
copy the file:
"nst-vm-livecd-1.8.1.zip" from the
directory:
"/mnt/cdrom/local/utilities/vmare" to your
development machine. Once you have the file on your development
system, the following tasks need to be performed:
A MD5 checksum needs to be computed.
The file:
"nst-vm-livecd-1.8.1.zip" needs to
be uploaded to SourceForge.
The file:
"nst-vm-livecd-1.8.1.zip" needs to
extracted onto the system that will be used to build the
NST virtual machine. You will also need to move/copy the
file: "nst-1.8.1.iso" image into
this directory.
The following is modeled on the steps taken on a
development system during the "1.5.0"
release:
[root@quesadilla ~]#mkdir dist[root@quesadilla ~]#cd dist[root@quesadilla dist]#gzip -dc < /lan/pub/download/nst/1.8.1/nst-1.8.1.iso.gz > nst-1.8.1.iso[root@quesadilla dist]#mount -o loop,ro nst-1.8.1.iso /mnt/cdrom[root@quesadilla dist]#cp /mnt/cdrom/local/utilities/vmware/nst-vm-livecd-1.8.1.zip .[root@quesadilla dist]#umount /mnt/cdrom[root@quesadilla dist]#md5sum nst-vm-livecd-1.8.1.zip[root@quesadilla dist]#rsync nst-vm-livecd-1.8.1.zip USERID@frs.sourceforge.net:uploads/[root@quesadilla dist]#unzip nst-vm-livecd-1.8.1.zipArchive: nst-vm-livecd-1.8.1.zip inflating: nst-1.8.1/bios.nvram inflating: nst-1.8.1/nst-s001.vmdk inflating: nst-1.8.1/nst-s002.vmdk inflating: nst-1.8.1/nst-s003.vmdk inflating: nst-1.8.1/nst-s004.vmdk inflating: nst-1.8.1/nst-s005.vmdk inflating: nst-1.8.1/nst.vmdk inflating: nst-1.8.1/nst-vm-linux-1.8.1smp.vmx inflating: nst-1.8.1/nst-vm-linux-1.8.1.vmx inflating: nst-1.8.1/nst-vm-windows-1.8.1smp.vmx inflating: nst-1.8.1/nst-vm-windows-1.8.1.vmx inflating: nst-1.8.1/README.txt[root@quesadilla dist]#mv nst-1.8.1.iso nst-1.8.1[root@quesadilla dist]#
After uploading, you will need to add the file to the NST release at SourceForge. This is done using your browser at the project's web site.