Check Release Information: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
As an example, here is what the files looked like after the 2. | As an example, here is what the files looked like after the 2.13.0 build: | ||
[root@f13-32 repo]# ls -l nst-2.13.0 | [root@f13-32 repo]# ls -l nst-2.13.0 |
Revision as of 15:18, 6 October 2010
After a creating a release, you should find the following set of files (all paths are shown relative to the directory where you originally invoked make release):
- nst-${VERSION}/nst-${VERSION}.tar.gz
- A snapshot of the source code which was tagged earlier and used to build the ISO image(s). This file will need to be uploaded to SourceForge.
- nst-${VERSION}/nst-${VERSION}.${HWARCH}.iso
- The ISO image of the full NST distribution to be uploaded to SourceForge for distribution. Upload to SourceForge.
- nst-${VERSION}/nst-minimal-${VERSION}.${HWARCH}.iso
- The ISO image of the minimal NST distribution to be uploaded to SourceForge for distribution (for CD installation followed by yum install nst-live). Upload to SourceForge.
- nst-${VERSION}/nst-vm-live-${VERSION}.${HWARCH}.zip
- A template set of files to boot the NST ISO image using VMware. Is used when building the NST Virtual Machine, but is also useful to end users. Upload to SourceForge.
- nst-${VERSION}/nst-vm-appliance-${VERSION}.${HWARCH}.zip
- A template set of files used to facilitate the final stage of producing the NST Virtual Machine. This does not need to be uploaded to SourceForge (end user's that want this can grab it directly from the distribution).
- nst-${VERSION}/release-notes-${VERSION}.txt
- The release notes text file to store at SourceForge.
As an example, here is what the files looked like after the 2.13.0 build:
[root@f13-32 repo]# ls -l nst-2.13.0 total 2040472 -rw-r--r-- 1 root root 1447034880 Oct 6 14:02 nst-2.13.0.i686.iso -rw-r--r-- 1 root root 41540349 Oct 6 12:59 nst-2.13.0.tar.gz -rw-r--r-- 1 root root 600834048 Oct 6 13:18 nst-minimal-2.13.0.i686.iso -rwxr-xr-x 1 root root 4387 Oct 6 12:59 nst-vm-appliance-2.13.0.i686.zip -rwxr-xr-x 1 root root 9109 Oct 6 12:59 nst-vm-live-2.13.0.i686.zip -rw-r--r-- 1 root root 2243 Oct 6 16:15 release-notes-2.13.0.txt [root@f13-32 repo]#