Build and Update the Yum Repository: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
[root@nst-dev-32 yum]# cd .. | [root@nst-dev-32 yum]# cd .. | ||
Run the following command to make sure | Run the following command to make sure that all of your NST packages are built an up to date. | ||
[root@nst-dev-32 repo]# make repo-build | [root@nst-dev-32 repo]# make repo-build |
Revision as of 14:10, 20 January 2011
Before building the ISO release image, you should make sure the NST yum repository is up to date.
If the release you are working on is based on a new version of Fedora, you will probably want to prune any old package builds and delta RPMs out of your repository before uploading the initial versions of the RPMs associated with the release. This can be done using the following commands:
***Note: Do this on both 32/64 bit development environments
[root@nst-dev-32 repo]# cd yum [root@nst-dev-32 yum]# make clear [root@nst-dev-32 yum]# rm -fr repo/drpm [root@nst-dev-32 yum]# ./configure [root@nst-dev-32 yum]# make all repo-prune repo-sign [root@nst-dev-32 yum]# cd ..
Run the following command to make sure that all of your NST packages are built an up to date.
[root@nst-dev-32 repo]# make repo-build