Extract and Upload: "nst-vm-livecd-1.10.0.zip"

You will need to mount the file: "nst-1.10.0.iso". You will then need to copy the file: "nst-vm-livecd-1.10.0.zip" from the directory: "/mnt/cdrom/local/utilities/vmware" to your development machine. Once you have the file on your development system, the following tasks need to be performed:

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.10.0/nst-1.10.0.iso.gz > nst-1.10.0.iso
[root@quesadilla dist]# mount -o loop,ro nst-1.10.0.iso /mnt/cdrom
[root@quesadilla dist]# cp /mnt/cdrom/local/utilities/vmware/nst-vm-livecd-1.10.0.zip .
[root@quesadilla dist]# umount /mnt/cdrom
[root@quesadilla dist]# sftp USERID@frs.sourceforge.net
sftp> cd uploads
sftp> put nst-vm-livecd-1.10.0.zip
sftp> quit
[root@quesadilla dist]# unzip nst-vm-livecd-1.10.0.zip
Archive:  nst-vm-livecd-1.10.0.zip
  inflating: nst-1.10.0/bios.nvram    
  inflating: nst-1.10.0/nst-s001.vmdk  
  inflating: nst-1.10.0/nst-s002.vmdk  
  inflating: nst-1.10.0/nst-s003.vmdk  
  inflating: nst-1.10.0/nst-s004.vmdk  
  inflating: nst-1.10.0/nst-s005.vmdk  
  inflating: nst-1.10.0/nst.vmdk      
  inflating: nst-1.10.0/nst-vm-linux-1.10.0smp.vmx  
  inflating: nst-1.10.0/nst-vm-linux-1.10.0.vmx  
  inflating: nst-1.10.0/nst-vm-windows-1.10.0smp.vmx  
  inflating: nst-1.10.0/nst-vm-windows-1.10.0.vmx  
  inflating: nst-1.10.0/README.txt
[root@quesadilla dist]# mv nst-1.10.0.iso nst-1.10.0
[root@quesadilla dist]# 

Note:

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.