summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/mrepo.txt
blob: cae6e1dc08a2ece4929dd15df11f0546ab2b7cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.. -*- mode: rst -*-

.. _unsorted-mrepo:

=====
mrepo
=====

This page describes how to setup an [http://dag.wieers.com/home-made/mrepo/ mrepo] mirror.

mrepo builds a local APT/Yum RPM repository from local ISO files, downloaded updates, and extra packages from 3rd party repositories. It takes care of setting up the ISO files, downloading the RPMs, configuring HTTP access and providing PXE/TFTP resources for remote network installations.

Sample mrepo configuration
==========================

::

    ### Configuration file for mrepo

    ### The [main] section allows to override mrepo's default settings
    ### The mrepo-example.conf gives an overview of all the possible settings
    [main]
    srcdir = /var/mrepo/src
    wwwdir = /var/www/mrepo
    confdir = /etc/mrepo.conf.d
    arch = x86_64

    mailto = <youremail>
    smtp-server = localhost

    hardlink = yes
    shareiso = yes

    rsync-timeout = 3600

    [centos5]
    name = CentOS Server $release ($arch)
    release = 5
    arch = x86_64
    metadata = yum repomd

    # ISO images
    iso = centos-$release-server-$arch-DVD.iso

    #addons = rsync://mirrors.kernel.org/centos/$release/addons/$arch/RPMS
    centosplus = rsync://mirrors.kernel.org/centos/$release/centosplus/$arch/RPMS
    extras = rsync://mirrors.kernel.org/centos/$release/extras/$arch/RPMS
    #fasttrack = rsync://mirrors.kernel.org/centos/$release/fasttrack/$arch/RPMS
    os = rsync://mirrors.kernel.org/centos/$release/os/$arch/CentOS
    updates = rsync://mirrors.kernel.org/centos/$release/updates/$arch/RPMS
    dag = http://apt.sw.be/redhat/el$release/en/$arch/RPMS.dag
    dries = http://apt.sw.be/redhat/el$release/en/$arch/RPMS.dries
    rpmforge = http://apt.sw.be/redhat/el$release/en/$arch/RPMS.rpmforge

    ### Any other section is considered a definition for a distribution
    ### You can put distribution sections in /etc/mrepo.conf.d/
    ### Examples can be found in the documentation at:
    ###     /usr/share/doc/mrepo-0.8.6/dists/.

Run mrepo to update the repositories
====================================

::

    mrepo -ug