]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
- fix segfault at install-dist
[packages/poldek.git] / poldek-multilib.conf
index a095a7c2637d63658f7ab47f16d356c9fecacaa5..8efd922091f70032c6c447896ba7ae23f12484e4 100644 (file)
@@ -1,37 +1,51 @@
+# Alternative multilib PLD 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 2.0 (Ac)
-[source]
-type  = %{_ac_idxtype}
-name  = ac-%ARCH%
-path  = %{_pld_prefix}/PLD/%{_pld_alt_arch}/PLD/RPMS/
-noauto = yes
+_type = pndir
 
 [source]
-type  = %{_ac_idxtype}
-name  = ac-updates-security-%ARCH%
-path  = %{_pld_prefix}/updates/security/%{_pld_alt_arch}/
-noauto = yes
+type   = %{_type}
+name   = th-%{_arch}
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_ac_idxtype}
-name  = ac-updates-general-%ARCH%
-path  = %{_pld_prefix}/updates/general/%{_pld_alt_arch}/
-noauto = yes
+type   = %{_type}
+name   = th-updates-security-%{_arch}
+path   = %{_prefix}/updates-security/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_ac_idxtype}
-name  = ac-supported-%ARCH%
-path  = %{_pld_prefix}/supported/%{_pld_alt_arch}/
-noauto = yes
+type   = %{_type}
+name   = th-updates-general-%{_arch}
+path   = %{_prefix}/updates-general/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+#[source]
+#type   = %{_type}
+#name   = th-supported-%{_arch}
+#path   = %{_prefix}/supported/%{_arch}/
+#auto   = no
+#autoup = no
 
 [source]
-type  = %{_ac_idxtype}
-name  = ac-ready-%ARCH%
-path  = %{_pld_prefix}/ready/%{_pld_alt_arch}/
-noauto = yes
+type   = %{_type}
+name   = th-ready-%{_arch}
+path   = %{_prefix}/ready/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_ac_idxtype}
-name  = ac-test-%ARCH%
-path  = %{_pld_prefix}/test/%{_pld_alt_arch}/
-noauto = yes
+type   = %{_type}
+name   = th-test-%{_arch}
+path   = %{_prefix}/test/%{_arch}/RPMS/
+auto   = no
+autoup = no
This page took 0.027835 seconds and 4 git commands to generate.