]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
Update to 0.32.0
[packages/poldek.git] / poldek-multilib.conf
index 0fb39a35c60b5dd950ab4b10b53d368be62bf9a8..c3cf11998142fbf346be7bcf61ef4907bd2ecad7 100644 (file)
@@ -1,37 +1,44 @@
-# Alternative multilib PLD 3.0 (Th)
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Alternative multilib sources for PLD Linux 3.0 (Th)
+
 _arch   = %ARCH%
-_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_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
-
-_type = pndir
+_prefix = %{_pld_main_prefix}
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-%{_arch}
 path   = %{_prefix}/PLD/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
-#[source]
-#type   = %{_type}
-#name   = th-%{_arch}-updates
-#path   = %{_prefix}/updates/%{_arch}/RPMS/
-#auto   = no
-#autoup = no
+[source]
+type   = pndir
+name   = th-%{_arch}-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
+ignore = kernel-*
+auto   = no
+autoup = no
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-%{_arch}-ready
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-%{_arch}-test
-path   = %{_prefix}/test/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
This page took 0.051196 seconds and 4 git commands to generate.