]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
1 # $Id$
2 # PLD Linux Distribution <http://www.pld-linux.org/>.
3 #
4 # Main sources for PLD Linux 2.0 (Ac)
5
6 # specify our packages architecture
7 _pld_arch   = %ARCH%
8
9 # main PLD-site for often changed things:
10 _pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
11
12 ## Some mirrors
13 ## You can use them if you have better connection there
14 # CI TASK:
15 #_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
16 _pld_prefix = %{_pld_main_prefix}
17
18 _ac_idxtype = pndir
19
20 # PLD 2.0 (Ac)
21 [source]
22 type   = %{_ac_idxtype}
23 name   = ac
24 path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
25 signed = yes
26 # buggy deps -- use one from updates instead
27 ignore = msmtp-sendmail*
28 pri    = 1
29
30 [source]
31 type   = %{_ac_idxtype}
32 name   = ac-updates
33 path   = %{_pld_prefix}/updates/%{_pld_arch}/
34 signed = yes
35 pri    = 1
36
37 [source]
38 type   = %{_ac_idxtype}
39 name   = ac-supported
40 path   = %{_pld_prefix}/supported/%{_pld_arch}/
41 signed = yes
42 auto   = no
43 autoup = no
44
45 [source]
46 type   = %{_ac_idxtype}
47 name   = ac-ready
48 path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
49 #signed = yes
50 auto   = no
51 autoup = no
52
53 [source]
54 type   = %{_ac_idxtype}
55 name   = ac-test
56 path   = %{_pld_main_prefix}/test/%{_pld_arch}/
57 auto   = no
58 autoup = no
This page took 0.030054 seconds and 3 git commands to generate.