]> TLD Linux GIT Repositories - packages/poldek.git/blob - tld.conf
- https-redirect.patch from PLD
[packages/poldek.git] / tld.conf
1 # TLD Linux - https://tld-linux.org/
2
3 _arch   = %ARCH%
4 _prefix = ftp://ftp.tld-linux.org/TLD
5 _branch = stable
6
7 ############################################################
8
9 # TLD Linux
10 [source]
11 type   = pndir
12 name   = ti
13 path   = %{_prefix}/%{_branch}/main/%{_arch}/RPMS/
14
15 [source]
16 type   = pndir
17 name   = ti
18 path   = %{_prefix}/%{_branch}/main/noarch/RPMS/
19
20 # TLD Linux, test packages
21 [source]
22 type   = pndir
23 name   = ti-test
24 path   = %{_prefix}/%{_branch}/test/%{_arch}/RPMS/
25 auto   = no
26 autoup = no
27
28 [source]
29 type   = pndir
30 name   = ti-test
31 path   = %{_prefix}/%{_branch}/test/noarch/RPMS/
32 auto   = no
33 autoup = no
34
35 # TLD Linux, archived packages
36 [source]
37 type   = pndir
38 name   = ti-archive
39 path   = %{_prefix}/%{_branch}/archive/%{_arch}/RPMS/
40 auto   = no
41 autoup = no
42
43 [source]
44 type   = pndir
45 name   = ti-archive
46 path   = %{_prefix}/%{_branch}/archive/noarch/RPMS/
47 auto   = no
48 autoup = no