Difference between revisions of "Build and Update the Yum Repository"

From NST Wiki
Jump to navigationJump to search
(New page: Before building the ISO release image, run the following command to make sure the NST yum repository is up to date. [root@nst-dev-32 repo]# make repo-build-upload)
 
Line 1: Line 1:
Before building the ISO release image, run the following command to make sure the NST yum repository is up to date.
+
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:
 +
 
 +
[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-sign
 +
 
 +
Run the following command to make sure the NST yum repository is up to date.
  
 
  [root@nst-dev-32 repo]# make repo-build-upload
 
  [root@nst-dev-32 repo]# make repo-build-upload

Revision as of 10:23, 6 October 2010

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:

[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-sign

Run the following command to make sure the NST yum repository is up to date.

[root@nst-dev-32 repo]# make repo-build-upload