]> 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 # specify our packages architecture
5 _pld_arch   = %ARCH%
6
7 # main PLD-site for often changed things:
8 _pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
9
10 ## Some mirrors
11 ## You can use them if you have better connection there
12 # CI TASK:
13 #_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
14 _pld_prefix = %{_pld_main_prefix}
15
16 _ac_idxtype = pndir
17
18 # PLD 2.0 (Ac)
19 [source]
20 type   = %{_ac_idxtype}
21 name   = ac
22 path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
23 #signed = yes
24 # buggy deps -- use one from updates instead
25 ignore = msmtp-sendmail*
26
27 [source]
28 type   = %{_ac_idxtype}
29 name   = ac-updates
30 path   = %{_pld_prefix}/updates/%{_pld_arch}/
31 #signed = yes
32
33 [source]
34 type   = %{_ac_idxtype}
35 name   = ac-supported
36 path   = %{_pld_prefix}/supported/%{_pld_arch}/
37 auto   = no
38 autoup = no
39 #signed = yes
40
41 [source]
42 type   = %{_ac_idxtype}
43 name   = ac-ready
44 path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
45 auto   = no
46 autoup = no
47
48 [source]
49 type   = %{_ac_idxtype}
50 name   = ac-test
51 path   = %{_pld_main_prefix}/test/%{_pld_arch}/
52 auto   = no
53 autoup = no
This page took 0.036264 seconds and 3 git commands to generate.