]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-archive.conf
- 2021 snap
[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 = https://ftp.th.pld-linux.org/dists/th
10
11 ## You can use them if you have better connection there
12 #_prefix = https://ftp1.pld-linux.org/dists/th
13 _prefix = %{_pld_main_prefix}
14
15 # PLD Linux 3.0 (Th): main sources archive
16 [source]
17 type   = pndir
18 name   = th-archive
19 path   = %{_prefix}/.archive/PLD/%{_arch}/RPMS/
20 auto   = no
21 autoup = no
22
23 [source]
24 type   = pndir
25 name   = th-archive
26 path   = %{_prefix}/.archive/PLD/noarch/RPMS/
27 auto   = no
28 autoup = no
This page took 0.029764 seconds and 3 git commands to generate.