]> git.pld-linux.org Git - packages/poldek.git/blame_incremental - poldek-archive.conf
- 2018 snapshot
[packages/poldek.git] / poldek-archive.conf
... / ...
CommitLineData
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]
20type = pndir
21name = th-archive
22path = %{_prefix}/.archive/PLD/%{_arch}/RPMS/
23auto = no
24autoup = no
25
26[source]
27type = pndir
28name = th-archive
29path = %{_prefix}/.archive/PLD/noarch/RPMS/
30auto = no
31autoup = no
This page took 0.067994 seconds and 4 git commands to generate.