Make Sure Public Repos Are Setup: Difference between revisions

From MediaWiki
Jump to navigationJump to search
(Created page with "You should verify that the public mirror list and ''yum'' repositories have be set up. * Go to URL: http://www.networksecuritytoolkit.org/nst/mirrors/ * If you don't see a text ...")
 
No edit summary
Line 4: Line 4:
* If you don't see a text mirror list file for both 32 bit and 64 bit you need to do the following:
* If you don't see a text mirror list file for both 32 bit and 64 bit you need to do the following:
** Create and add the missing files to ''html/mirrors'' on the development machine.
** Create and add the missing files to ''html/mirrors'' on the development machine.
** Edit the ''yum/pkgs/nstweb/pkginfo.xml'' file and bump the release number and update the dependency list for the new mirror files added.
** Push out the mirrors and initial empty ''yum'' repositories by running the following commands on both the 32 bit and 64 bit development machine:
** Push out the mirrors and initial empty ''yum'' repositories by running the following commands on both the 32 bit and 64 bit development machine:
  [root@dev32 repo]# cd yum
  [root@dev32 repo]# cd yum

Revision as of 17:35, 27 February 2012

You should verify that the public mirror list and yum repositories have be set up.

  • Go to URL: http://www.networksecuritytoolkit.org/nst/mirrors/
  • If you don't see a text mirror list file for both 32 bit and 64 bit you need to do the following:
    • Create and add the missing files to html/mirrors on the development machine.
    • Edit the yum/pkgs/nstweb/pkginfo.xml file and bump the release number and update the dependency list for the new mirror files added.
    • Push out the mirrors and initial empty yum repositories by running the following commands on both the 32 bit and 64 bit development machine:
[root@dev32 repo]# cd yum
[root@dev32 repo]# make repo-upload

NOTE: If there are any errors, you may need to log into the mirrors to create the top level directories.