]> 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
3bbb7e14 1# $Id$
7adf66ff 2# PLD Linux Distribution <http://www.pld-linux.org/>.
3bbb7e14 3#
4# Main sources for PLD Linux 2.0 (Ac)
bb66e070 5
3bbb7e14 6# specify our packages architecture
598836ac 7_arch = %ARCH%
3bbb7e14 8
9# main PLD-site for often changed things:
10_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
11
339b6837
PG
12## Some mirrors
13## You can use them if you have better connection there
14# CI TASK:
3bbb7e14 15#_prefix = ftp://ftp.task.pld-linux.org/dists/ac
16_prefix = %{_pld_main_prefix}
202a7215 17
598836ac 18_type = pndir
202a7215 19
3bbb7e14 20# PLD Linux 2.0 (Ac)
202a7215 21[source]
598836ac 22type = %{_type}
3bbb7e14 23name = ac
24path = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
25signed = yes
26# buggy deps -- use one from updates instead
27ignore = msmtp-sendmail*
28pri = 1
202a7215 29
214f7cc7 30[source]
598836ac 31type = %{_type}
3bbb7e14 32name = ac-updates
33path = %{_prefix}/updates/%{_arch}/
34signed = yes
35pri = 1
202a7215 36
3bbb7e14 37[source]
38type = %{_type}
39name = ac-supported
40path = %{_prefix}/supported/%{_arch}/
41signed = yes
42auto = no
43autoup = no
214f7cc7 44
202a7215 45[source]
598836ac 46type = %{_type}
3bbb7e14 47name = ac-ready
48path = %{_pld_main_prefix}/ready/%{_arch}/
49#signed = yes
84279ad2
ER
50auto = no
51autoup = no
214f7cc7
MM
52
53[source]
598836ac 54type = %{_type}
3bbb7e14 55name = ac-test
56path = %{_pld_main_prefix}/test/%{_arch}/
84279ad2
ER
57auto = no
58autoup = no
This page took 0.035607 seconds and 4 git commands to generate.