Difference between revisions of "Fedora ARM Secondary Architecture/Local mirror of ARM repositories"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Category:SBR600Category:Fedora ARM Secondary Architecture = Description = In order to build efficiently, a local mirror of the ARM repositories is needed. = Plan = * T...')
 
(Goal)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:SBR600]][[Category:Fedora ARM Secondary Architecture]]
+
[[Category:Winter 2010 SBR600]][[Category:Fedora ARM Secondary Architecture]]
= Description =
+
{{Admon/obsolete}}
 +
 
 +
 
 +
= Goal =
  
 
In order to build efficiently, a local mirror of the ARM repositories is needed.
 
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 =
 
= Plan =
Line 11: Line 15:
  
 
= Progress =
 
= Progress =
 +
 +
* The repository is online at:
 +
** http://hongkong.proximity.on.ca/yum/base/12/arm/ (binaries) and
 +
** http://hongkong/yum/source/12/arm/ (source)

Latest revision as of 19:00, 23 January 2014

Important.png
This page may be obsolete.
It contains historical information.


Goal

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