]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
CommitLineData
da7332f7 1# $Id$
7adf66ff 2# PLD Linux Distribution <http://www.pld-linux.org/>.
bb66e070 3
da7332f7 4# specify our packages archidecture
202a7215 5_pld_arch = %ARCH%
da7332f7 6
7# mirror we use
8_pld_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
9# mirror for main packages
10_pld_main_prefix = %{_pld_prefix}
11
339b6837
PG
12## Some mirrors
13## You can use them if you have better connection there
14# CI TASK:
da7332f7 15#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
214f7cc7 16
da7332f7 17_ac_idxtype = pndir
202a7215 18
da7332f7 19# PLD 2.0 (Ac)
214f7cc7 20[source]
da7332f7 21type = %{_ac_idxtype}
22name = ac
23path = %{_pld_main_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
214f7cc7 24
202a7215 25[source]
da7332f7 26type = %{_ac_idxtype}
27name = ac-updates-security
28path = %{_pld_prefix}/updates/security/%{_pld_arch}/
202a7215 29
214f7cc7 30[source]
da7332f7 31type = %{_ac_idxtype}
32name = ac-updates-general
33path = %{_pld_prefix}/updates/general/%{_pld_arch}/
84279ad2
ER
34auto = no
35autoup = no
202a7215 36
214f7cc7 37[source]
da7332f7 38type = %{_ac_idxtype}
39name = ac-supported
40path = %{_pld_prefix}/supported/%{_pld_arch}/
84279ad2
ER
41auto = no
42autoup = no
214f7cc7 43
202a7215 44[source]
da7332f7 45type = %{_ac_idxtype}
46name = ac-ready
47path = %{_pld_prefix}/ready/%{_pld_arch}/
84279ad2
ER
48auto = no
49autoup = no
214f7cc7
MM
50
51[source]
da7332f7 52type = %{_ac_idxtype}
53name = ac-test
54path = %{_pld_prefix}/test/%{_pld_arch}/
84279ad2
ER
55auto = no
56autoup = no
This page took 0.09635 seconds and 4 git commands to generate.