Difference between revisions of "Build The Manifest"

From NST Wiki
Jump to navigationJump to search
(New page: * Boot the current build of the NST ISO image. * Use the ''make manifest HOST=IP'' to generate the current manifest. * Commit the updated manifest file. * Force the ''nstwui'', ''nstmen...)
 
Line 12: Line 12:
 
     include/manifest/current.xml ...
 
     include/manifest/current.xml ...
 
   
 
   
  [root@nst-dev-32 repo]# nstcvs commit
+
  [root@nst-dev-32 repo]# svn commit
cvs commit: Examining .
 
 
   
 
   
  ... lots of CVS "Examining" messages
+
  ... Output from the commit ...
    if a editor window asking for a comment appears
+
 
    then you still have files that are not checked in ...
 
 
cvs commit: Examining wui/include/at
 
cvs commit: Examining wui/include/make
 
 
  [root@nst-dev-32 repo]# make -C yum nstwui-remove nstweb-remove nstmenu-remove
 
  [root@nst-dev-32 repo]# make -C yum nstwui-remove nstweb-remove nstmenu-remove
 
   
 
   

Revision as of 18:30, 18 October 2009

  • Boot the current build of the NST ISO image.
  • Use the make manifest HOST=IP to generate the current manifest.
  • Commit the updated manifest file.
  • Force the nstwui, nstmenu and nstweb packages to be rebuilt.
[root@nst-dev-32 repo]# make manifest HOST=nst-probe

... Output and re-generation of:
    include/manifest/current.xml ...

[root@nst-dev-32 repo]# svn commit

... Output from the commit ...
[root@nst-dev-32 repo]# make -C yum nstwui-remove nstweb-remove nstmenu-remove

... This remove will force them to be rebuilt ...

[root@nst-dev-32 repo]#