Check Release Information

From NST Wiki
Revision as of 07:25, 2 July 2018 by Paul Blankenbaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-${RELEASE}/nst-${RELEASE}.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-${RELEASE}/nst-${RELEASE}.${HWARCH}.iso
The ISO image of the full NST distribution. This file is typically uploaded to SourceForge.
nst-${RELEASE}/release-notes-${RELEASE}.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 NST 24 build:

[root@nst24-repo repo]# ls -l nst-24-7974
total 2879792
-rw-r--r-- 1 root root  139701373 Jul  3 13:09 nst-24-7974.tar.gz
-rw-r--r-- 1 root root 2810183680 Jul  3 14:03 nst-24-7974.x86_64.iso
-rw-r--r-- 1 root root       1150 Jul  3 13:08 release-notes-24-7974.txt
[root@nst24-repo repo]#