]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
Update to 0.30.0rc7
[packages/poldek.git] / poldek-multilib.conf
index 42f3e30905b902a1d6c6b9bf098e90b15f7b634a..ed83c7967425e935cdf8e67147879475d8c00bd0 100644 (file)
@@ -1,42 +1,51 @@
-# Alternative multilib PLD 3.0 (Th)
-[source]
-type   = %{_th_idxtype}
-name   = th-%{_pld_alt_arch}
-path   = %{_pld_prefix}/PLD/%{_pld_alt_arch}/PLD/RPMS/
-auto   = no
-autoup = no
+# $Id$
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Alternative multilib sources for PLD Linux 3.0 (Th)
+
+_arch   = %ARCH%
+_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
 
+## Some mirrors
+## You can use them if you have better connection there
+# CI TASK:
+#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+_prefix = %{_pld_main_prefix}
+
+# group source for referring th+th-multiarch sources together, i.e poldek --sn th-all
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-security-%{_pld_alt_arch}
-path   = %{_pld_prefix}/updates/security/%{_pld_alt_arch}/
-auto   = no
-autoup = no
+type    = group
+name    = th-all
+sources = th th-%{_arch}
 
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-general-%{_pld_alt_arch}
-path   = %{_pld_prefix}/updates/general/%{_pld_alt_arch}/
+type   = pndir
+name   = th-%{_arch}
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-supported-%{_pld_alt_arch}
-path   = %{_pld_prefix}/supported/%{_pld_alt_arch}/
+type   = pndir
+name   = th-%{_arch}-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-ready-%{_pld_alt_arch}
-path   = %{_pld_prefix}/ready/%{_pld_alt_arch}/
+type   = pndir
+name   = th-%{_arch}-ready
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-test-%{_pld_alt_arch}
-path   = %{_pld_prefix}/test/%{_pld_alt_arch}/
+type   = pndir
+name   = th-%{_arch}-test
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
This page took 0.032535 seconds and 4 git commands to generate.