]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-multilib.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-multilib.conf
CommitLineData
654e09d1 1# $Id$
2# PLD Linux Distribution <http://www.pld-linux.org/>.
3#
4# Alternative multilib sources for PLD Linux 2.0 (Ac)
5
7adf66ff 6_pld_arch = %ARCH%
654e09d1 7_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
8
7adf66ff
ER
9## Some mirrors
10## You can use them if you have better connection there
11# CI TASK:
654e09d1 12#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
13_pld_prefix = %{_pld_main_prefix}
7adf66ff 14
654e09d1 15_ac_idxtype = pndir
7adf66ff 16
3ce0fb1f 17[source]
654e09d1 18type = %{_ac_idxtype}
19name = ac-%{_pld_arch}
7adf66ff 20path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
654e09d1 21ignore = kernel*
22signed = yes
32c61f92 23auto = no
654e09d1 24autoup = yes
25pri = 2
3ce0fb1f
JR
26
27[source]
654e09d1 28type = %{_ac_idxtype}
29name = ac-updates-%{_pld_arch}
30path = %{_pld_prefix}/updates/%{_pld_arch}/
31ignore = kernel*
32signed = yes
32c61f92 33auto = no
654e09d1 34autoup = yes
35pri = 2
3ce0fb1f
JR
36
37[source]
654e09d1 38type = %{_ac_idxtype}
39name = ac-supported-%{_pld_arch}
40path = %{_pld_prefix}/supported/%{_pld_arch}/
41ignore = kernel*
42signed = yes
32c61f92
ER
43auto = no
44autoup = no
3ce0fb1f
JR
45
46[source]
654e09d1 47type = %{_ac_idxtype}
48name = ac-ready-%{_pld_arch}
49path = %{_pld_main_prefix}/ready/%{_pld_arch}/
50#signed = yes
32c61f92
ER
51auto = no
52autoup = no
3ce0fb1f
JR
53
54[source]
654e09d1 55type = %{_ac_idxtype}
56name = ac-test-%{_pld_arch}
57path = %{_pld_main_prefix}/test/%{_pld_arch}/
32c61f92
ER
58auto = no
59autoup = no
3ce0fb1f 60
654e09d1 61# alias ac-updates-ARCH as ac-ARCH-updates
3ce0fb1f 62[source]
654e09d1 63type = group
64name = ac-%{_pld_arch}-updates
65sources = ac-updates-%{_pld_arch}
66
67# alias ac-ready-ARCH as ac-ARCH-ready
68[source]
69type = group
70name = ac-%{_pld_arch}-ready
71sources = ac-ready-%{_pld_arch}
This page took 0.206857 seconds and 4 git commands to generate.