forked from RexOps/repositorio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepositorio.conf
136 lines (115 loc) · 3.41 KB
/
repositorio.conf
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
RepositoryRoot = /var/www/repo/
# how often a failed download should be retried.
DownloadRetryCount = 3
# specify repo tag style. either TopDir (default) or BottomDir
TagStyle = BottomDir
# Apache style includes:
# include conf.d/*conf
<Log4perl>
config = log4perl.conf
</Log4perl>
<Repository rex-centos-6-x86-64>
url = http://nightly.rex.linux-files.org/CentOS/6/rex/x86_64/
local = rex-centos-6-x86-64/CentOS/6/rex/x86_64/
type = Yum
</Repository>
<Repository centos-6-x86-64>
url = http://ftp.hosteurope.de/mirror/centos.org/6/os/x86_64/
local = centos-6-x86-64/CentOS/6/os/x86_64/
type = Yum
images = true
</Repository>
<Repository epel-centos-6-x86-64>
url = http://ftp.uni-koeln.de/mirrors/fedora/epel/6/x86_64/
local = epel-centos-6-x86-64/epel/6/x86_64/
type = Yum
</Repository>
<Repository centos-6-x86-64-mixed>
local = centos-6-x86-64-mixed/mixed/6/x86_64/
type = Yum
</Repository>
<Repository debian-wheezy-amd64-rex>
url = http://nightly.rex.linux-files.org/debian/
local = debian-wheezy-rex/debian
type = Apt
arch = amd64
dist = wheezy
component = rex
</Repository>
<Repository debian-wheezy-amd64-custom>
local = debian-wheezy-amd64-custom/debian
type = Apt
arch = amd64
dist = wheezy
component = custom
description = My Custom Repository
</Repository>
<Repository debian-wheezy-amd64-main>
url = http://ftp2.de.debian.org/debian/
local = debian-wheezy-amd64-main/debian
type = Apt
arch = amd64
dist = wheezy
component = main
</Repository>
<Repository ubuntu-precise-amd64-main>
url = http://de.archive.ubuntu.com/ubuntu/
local = ubuntu-precise-amd64-main/ubuntu
type = Apt
arch = amd64
dist = precise
component = main
</Repository>
<Repository ubuntu-precise-amd64-restricted>
url = http://de.archive.ubuntu.com/ubuntu/
local = ubuntu-precise-amd64-restricted/ubuntu
type = Apt
arch = amd64
dist = precise
component = restricted
</Repository>
<Repository ubuntu-precise-amd64-universe>
url = http://de.archive.ubuntu.com/ubuntu/
local = ubuntu-precise-amd64-universe/ubuntu
type = Apt
arch = amd64
dist = precise
component = universe
</Repository>
<Repository ubuntu-precise-amd64-multiverse>
url = http://de.archive.ubuntu.com/ubuntu/
local = ubuntu-precise-amd64-multiverse/ubuntu
type = Apt
arch = amd64
dist = precise
component = multiverse
</Repository>
<Repository debian-wheezy-i386-main>
url = http://ftp.de.debian.org/debian/
local = debian-wheezy-amd64-main/debian
type = Apt
arch = i386
dist = wheezy
component = main
</Repository>
<Repository debian-wheezy-i386-security-updates>
url = http://security.debian.org/
local = debian-wheezy-amd64-security-updates/debian
type = Apt
arch = i386
dist = wheezy/updates
component = main
</Repository>
<Repository debian-wheezy-i386-wheezy-volatile>
url = http://ftp.de.debian.org/debian/
local = debian-wheezy-amd64-wheezy-volatile/debian
type = Apt
arch = i386
dist = wheezy-updates
component = main
</Repository>
<Repository opensuse-13-2>
url = http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/13.2/repo/oss/
local = opensuse-13-2
type = OpenSuSE
</Repository>