]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
- make -j1 as it again created 0 byte poldek.conf
[packages/poldek.git] / poldek.conf
CommitLineData
517e249f 1# $Id$
2# PLD Linux Distribution <http://www.pld-linux.org/>.
3#
4# Main sources for PLD Linux 2.0 (Ac)
5
6# specify our packages architecture
7_arch = %ARCH%
8
9# main PLD-site for often changed things:
10_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
11
12## Some mirrors
13## You can use them if you have better connection there
14# CI TASK:
15#_prefix = ftp://ftp.task.pld-linux.org/dists/ac
16_prefix = %{_pld_main_prefix}
17
18_type = pndir
19
20# PLD Linux 2.0 (Ac)
21[source]
22type = %{_type}
23name = ac-main
24path = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
25signed = yes
26pri = 1
27# msmtp-sendmail is broken
28# yum.noarch is older than one in updates
29# rpm-build-tools.noarch in updates is newer
30# bzr.noarch is older in main
31# mediawiki arch pkgs get preferred over newer noarch from ac-updates
32ignore = msmtp-sendmail* yum* rpm-build-tools* bzr-* mediawiki-*
33
34[source]
35type = %{_type}
36name = ac-updates
37path = %{_prefix}/updates/%{_arch}/
38signed = yes
39pri = 1
40
41[source]
42type = %{_type}
43name = ac-supported
44path = %{_prefix}/supported/%{_arch}/
45signed = yes
46auto = no
47autoup = no
48
49[source]
50type = %{_type}
51name = ac-ready
52path = %{_pld_main_prefix}/ready/%{_arch}/
53#signed = yes
54auto = no
55autoup = no
56
57[source]
58type = %{_type}
59name = ac-test
60path = %{_pld_main_prefix}/test/%{_arch}/
61auto = no
62autoup = no
63
64# ac-main + ac-updates
65[source]
66type = group
67name = ac
68sources = ac-main ac-updates
This page took 0.035253 seconds and 4 git commands to generate.