Fedora ARM Secondary Architecture/Local mirror of ARM repositories

From CDOT Wiki
Revision as of 20:21, 22 March 2010 by Dpcabra1 (talk | contribs) (Description)
Jump to: navigation, search

Description

In order to build efficiently, a local mirror of the ARM repositories is needed. To do such a thing all is required is a working Apache with a firewall that excepts port 80/443. We could use NFS, FTP or other file transport protocol, however for this purpose we used HTTP, hence the Apache install.

Plan

  • The mirror will be hosted on hongkong.
  • rsync will be used to keep the mirror sync'd.
  • httpd (Apache) will be used to serve the mirror.

Progress