]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek.conf
- autoup = no for stable archive
[packages/poldek.git] / poldek.conf
1 # Titanium Linux Distribution
2 # http://www.tld-linux.org/
3
4 _arch   = %ARCH%
5 _prefix = ftp://ftp.tld-linux.org/TLD
6
7 ############################################################
8
9 ###
10 # Titanium (Ti) Stable
11 [source]
12 type   = pndir
13 name   = ti
14 path   = %{_prefix}/stable/main/%{_arch}/RPMS/
15
16 [source]
17 type   = pndir
18 name   = ti
19 path   = %{_prefix}/stable/main/noarch/RPMS/
20
21 ###
22 # Titanium (Ti) Stable, test packages
23 [source]
24 type   = pndir
25 name   = ti-test
26 path   = %{_prefix}/stable/test/%{_arch}/RPMS/
27 auto   = no
28 autoup = no
29
30 [source]
31 type   = pndir
32 name   = ti-test
33 path   = %{_prefix}/stable/test/noarch/RPMS/
34 auto   = no
35 autoup = no
36
37 ###
38 # Titanium (Ti) Stable, archived packages
39 [source]
40 type   = pndir
41 name   = ti-archive
42 path   = %{_prefix}/stable/archive/%{_arch}/RPMS/
43 auto   = no
44 autoup = no
45
46 [source]
47 type   = pndir
48 name   = ti-archive
49 path   = %{_prefix}/stable/archive/noarch/RPMS/
50 auto   = no
51 autoup = no
52
53 ############################################################
54
55 ###
56 # Titanium (Ti) Devel
57 [source]
58 type   = pndir
59 name   = ti-dev
60 path   = %{_prefix}/devel/main/%{_arch}/RPMS/
61 auto   = no
62 autoup = no
63
64 [source]
65 type   = pndir
66 name   = ti-dev
67 path   = %{_prefix}/devel/main/noarch/RPMS/
68 auto   = no
69 autoup = no
70
71 ###
72 # Titanium (Ti) Devel, test packages
73 [source]
74 type   = pndir
75 name   = ti-dev-test
76 path   = %{_prefix}/devel/test/%{_arch}/RPMS/
77 auto   = no
78 autoup = no
79
80 [source]
81 type   = pndir
82 name   = ti-dev-test
83 path   = %{_prefix}/devel/test/noarch/RPMS/
84 auto   = no
85 autoup = no