]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-archive.conf
poldek-config: add -c option
[packages/poldek.git] / poldek-archive.conf
1 # PLD Linux Distribution <http://www.pld-linux.org/>.
2 #
3 # Archives (older packages) for PLD Linux 3.0 (Th)
4
5 # specify our packages architecture
6 _arch   = %ARCH%
7
8 # main PLD-site for often changed things (test, ready):
9 _pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
10
11 ## Some mirrors
12 ## You can use them if you have better connection there
13 # CI TASK:
14 #_prefix = ftp://ftp.task.pld-linux.org/dists/th
15 #_prefix = http://ftp1.pld-linux.org/dists/th
16 _prefix = %{_pld_main_prefix}
17
18 # PLD Linux 3.0 (Th): main sources archive
19 [source]
20 type   = pndir
21 name   = th-archive
22 path   = %{_prefix}/.archive/PLD/%{_arch}/RPMS/
23 auto   = no
24 autoup = no
25
26 [source]
27 type   = pndir
28 name   = th-archive
29 path   = %{_prefix}/.archive/PLD/noarch/RPMS/
30 auto   = no
31 autoup = no
This page took 0.031649 seconds and 3 git commands to generate.