]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-debuginfo.conf
poldek-config: add -c option
[packages/poldek.git] / poldek-debuginfo.conf
1 # Debuginfo repositories for PLD Linux 3.0 (Th)
2 _arch   = %ARCH%
3 _prefix = ftp://ftp.th.pld-linux.org/dists/th
4 ## Some mirrors
5 ## You can use them if you have better connection there
6 # CI TASK:
7 #_prefix = ftp://ftp.task.pld-linux.org/dists/th
8
9 _type = pndir
10
11 [source]
12 type   = %{_type}
13 name   = th-debuginfo
14 path   = %{_prefix}/PLD/%{_arch}/debuginfo/
15 auto   = no
16 autoup = no
17
18 [source]
19 type   = %{_type}
20 name   = th-obsolete-debuginfo
21 path   = %{_prefix}/obsolete/%{_arch}/debuginfo/
22 auto   = no
23 autoup = no
24
25 [source]
26 type   = %{_type}
27 name   = th-ready-debuginfo
28 path   = %{_prefix}/ready/%{_arch}/debuginfo/
29 auto   = no
30 autoup = no
31
32 [source]
33 type   = %{_type}
34 name   = th-test-debuginfo
35 path   = %{_prefix}/test/%{_arch}/debuginfo/
36 auto   = no
37 autoup = no
This page took 0.03346 seconds and 3 git commands to generate.