]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
- make -j1 as it again created 0 byte poldek.conf
[packages/poldek.git] / poldek-multilib.conf
1 # $Id$
2 # PLD Linux Distribution <http://www.pld-linux.org/>.
3 #
4 # Alternative multilib sources for PLD Linux 2.0 (Ac)
5
6 _arch   = %ARCH%
7 _pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
8
9 ## Some mirrors
10 ## You can use them if you have better connection there
11 # CI TASK:
12 #_prefix = ftp://ftp.task.pld-linux.org/dists/ac
13 _prefix = %{_pld_main_prefix}
14
15 _type = pndir
16
17 [source]
18 type   = %{_type}
19 name   = ac-%{_arch}-main
20 path   = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
21 signed = yes
22 pri    = 2
23 # msmtp-sendmail is broken, yum noarch is older than in updates and kernel we don't want
24 ignore = msmtp-sendmail* yum* kernel*
25 auto   = no
26 autoup = yes
27
28 [source]
29 type   = %{_type}
30 name   = ac-%{_arch}-updates
31 path   = %{_prefix}/updates/%{_arch}/
32 ignore = kernel*
33 signed = yes
34 pri    = 2
35 auto   = no
36 autoup = yes
37
38 [source]
39 type   = %{_type}
40 name   = ac-%{_arch}-supported
41 path   = %{_prefix}/supported/%{_arch}/
42 signed = yes
43 ignore = kernel*
44 auto   = no
45 autoup = no
46
47 [source]
48 type   = %{_type}
49 name   = ac-%{_arch}-ready
50 path   = %{_pld_main_prefix}/ready/%{_arch}/
51 #signed = yes
52 auto   = no
53 autoup = no
54
55 [source]
56 type   = %{_type}
57 name   = ac-%{_arch}-test
58 path   = %{_pld_main_prefix}/test/%{_arch}/
59 auto   = no
60 autoup = no
61
62 # ac-ARCH-main + ac-ARCH-updates
63 [source]
64 type   = group
65 name   = ac-%{_arch}
66 sources = ac-%{_arch}-main ac-%{_arch}-updates
67
68 # backward compatible aliases
69 [source]
70 type   = group
71 name   = ac-updates-%{_arch}
72 sources = ac-%{_arch}-ready
73
74 [source]
75 type   = group
76 name   = ac-ready-%{_arch}
77 sources = ac-%{_arch}-ready
78
79 [source]
80 type   = group
81 name   = ac-supported-%{_arch}
82 sources = ac-%{_arch}-supported
83
84 [source]
85 type   = group
86 name   = ac-test-%{_arch}
87 sources = ac-%{_arch}-test
This page took 0.039195 seconds and 3 git commands to generate.