]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
- up to 0.42.2
[packages/poldek.git] / poldek-multilib.conf
index 8efd922091f70032c6c447896ba7ae23f12484e4..e4e4ce69627095ce033580aa45ffb8b232455444 100644 (file)
@@ -1,51 +1,40 @@
-# 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
-## Some mirrors
-## You can use them if you have better connection there
-# CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+_pld_main_prefix = https://ftp.th.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-updates-security-%{_arch}
-path   = %{_prefix}/updates-security/%{_arch}/RPMS/
-auto   = no
-autoup = no
-
-[source]
-type   = %{_type}
-name   = th-updates-general-%{_arch}
-path   = %{_prefix}/updates-general/%{_arch}/RPMS/
+type   = pndir
+name   = th-%{_arch}-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
-#[source]
-#type   = %{_type}
-#name   = th-supported-%{_arch}
-#path   = %{_prefix}/supported/%{_arch}/
-#auto   = no
-#autoup = no
-
 [source]
-type   = %{_type}
-name   = th-ready-%{_arch}
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+type   = pndir
+name   = th-%{_arch}-ready
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
-name   = th-test-%{_arch}
-path   = %{_prefix}/test/%{_arch}/RPMS/
+type   = pndir
+name   = th-%{_arch}-test
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
+ignore = kernel-*
 auto   = no
 autoup = no
This page took 0.084767 seconds and 4 git commands to generate.