Check Release Information

From NST Wiki
Revision as of 12:04, 21 January 2011 by Paul Blankenbaker (talk | contribs)
Jump to navigationJump to search

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}-${SVNREV}.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}-${SVNREV}.${HWARCH}.iso
The ISO image of the full NST distribution. This file is typically uploaded to SourceForge.
nst-${VERSION}/nst-minimal-${VERSION}-${SVNREV}.${HWARCH}.iso
The ISO image of the minimal NST distribution (for CD installation followed by yum install nst-live). This file is not typically uploaded to SourceForge as there are very few systems left that can not boot from DVD or USB.
nst-${VERSION}/release-notes-${VERSION}-${SVNREV}.txt
The release notes text file to store at SourceForge. This file will need to be reviewed and possibly tweaked prior to uploading to SourceForge.


As an example, here is what the files looked like after the 2.13.0-1713 build:

[root@f13-32 repo]# ls -l nst-2.13.0-1713
total 2040472
-rw-r--r-- 1 root root 1447034880 Oct  6 14:02 nst-2.13.0-1713.i686.iso
-rw-r--r-- 1 root root   41540349 Oct  6 12:59 nst-2.13.0-1713.tar.gz
-rw-r--r-- 1 root root  600834048 Oct  6 13:18 nst-minimal-2.13.0-1713.i686.iso
-rw-r--r-- 1 root root       2243 Oct  6 16:15 release-notes-2.13.0-1713.txt
[root@f13-32 repo]#