Update Release Information in the Menus: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
; yum/pkgs/nstmenu/pkginfo.xml | ; yum/pkgs/nstmenu/pkginfo.xml | ||
: Bump the release version as you've updated some of the files related to this package. | : Bump the release version as you've updated some of the files related to this package. | ||
After editing these files, you will need to build the '''nstmenu''' package on your development machine and install the update. | |||
[root@nst-dev-32 repo]# make -C yum nstmenu | |||
... Lots of output as package builds ... | |||
[root@nst-dev-32 repo]# rpm -Uvh yum/repo/noarch/nstmenu-2.11.0-16.nst11.noarch.rpm | |||
Preparing... ########################################### [100%] | |||
1:nstmenu ########################################### [100%] | |||
[root@nst-dev-32 repo]# |
Revision as of 12:37, 22 September 2009
You will need to update the following files:
- src/scripts/nstmenu/share/applications/release.apps.xml
- Add your new release to the list of entries (and trim off any old ones that are no longer needed).
- src/scripts/nstmenu/share/groups/release.group.xml
- Add your new release and remove any old ones that are no longer requried.
- yum/pkgs/nstmenu/pkginfo.xml
- Bump the release version as you've updated some of the files related to this package.
After editing these files, you will need to build the nstmenu package on your development machine and install the update.
[root@nst-dev-32 repo]# make -C yum nstmenu ... Lots of output as package builds ... [root@nst-dev-32 repo]# rpm -Uvh yum/repo/noarch/nstmenu-2.11.0-16.nst11.noarch.rpm Preparing... ########################################### [100%] 1:nstmenu ########################################### [100%] [root@nst-dev-32 repo]#