]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek-multilib.conf
- don't hold any packages by default, let admin decide
[packages/poldek.git] / poldek-multilib.conf
1 # TLD Linux -  http://www.tld-linux.org/
2
3 _arch   = %ARCH%
4 _prefix = ftp://ftp.tld-linux.org/TLD
5
6 ############################################################
7
8 ###
9 # TLD Linux Stable
10 [source]
11 type   = pndir
12 name   = ti-%{_arch}
13 path   = %{_prefix}/stable/main/%{_arch}/RPMS/
14 auto   = no
15 autoup = no
16
17 ###
18 # TLD Linux Stable, test packages
19 [source]
20 type   = pndir
21 name   = ti-test-%{_arch}
22 path   = %{_prefix}/stable/test/%{_arch}/RPMS/
23 auto   = no
24 autoup = no
25
26 ############################################################
27
28 ###
29 # TLD Linux Devel
30 [source]
31 type   = pndir
32 name   = ti-dev-%{_arch}
33 path   = %{_prefix}/devel/main/%{_arch}/RPMS/
34 auto   = no
35 autoup = no
36
37 ###
38 # TLD Linux Devel, test packages
39 [source]
40 type   = pndir
41 name   = ti-dev-test-%{_arch}
42 path   = %{_prefix}/devel/test/%{_arch}/RPMS/
43 auto   = no
44 autoup = no