]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-multilib.conf
index 6a7f5f81be6a47333308ce0cd015fb563aeb8bd7..1694fdf39b24cfcb3089a34b84a4eaa7c50d5988 100644 (file)
@@ -1,51 +1,71 @@
-# Alternative multilib PLD 3.0 (Th)
+# $Id$
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Alternative multilib sources for PLD Linux 2.0 (Ac)
+
 _pld_arch   = %ARCH%
-_pld_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
+
 ## Some mirrors
 ## You can use them if you have better connection there
 # CI TASK:
-#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/th
+#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
+_pld_prefix = %{_pld_main_prefix}
 
-_th_idxtype = pndir
+_ac_idxtype = pndir
 
 [source]
-type   = %{_th_idxtype}
-name   = th-%{_pld_arch}
+type   = %{_ac_idxtype}
+name   = ac-%{_pld_arch}
 path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+ignore = kernel*
+signed = yes
 auto   = no
-autoup = no
+autoup = yes
+pri    = 2
 
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-security-%{_pld_arch}
-path   = %{_pld_prefix}/updates/security/%{_pld_arch}/
+type   = %{_ac_idxtype}
+name   = ac-updates-%{_pld_arch}
+path   = %{_pld_prefix}/updates/%{_pld_arch}/
+ignore = kernel*
+signed = yes
 auto   = no
-autoup = no
+autoup = yes
+pri    = 2
 
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-general-%{_pld_arch}
-path   = %{_pld_prefix}/updates/general/%{_pld_arch}/
+type   = %{_ac_idxtype}
+name   = ac-supported-%{_pld_arch}
+path   = %{_pld_prefix}/supported/%{_pld_arch}/
+ignore = kernel*
+signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-supported-%{_pld_arch}
-path   = %{_pld_prefix}/supported/%{_pld_arch}/
+type   = %{_ac_idxtype}
+name   = ac-ready-%{_pld_arch}
+path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
+#signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-ready-%{_pld_arch}
-path   = %{_pld_prefix}/ready/%{_pld_arch}/
+type   = %{_ac_idxtype}
+name   = ac-test-%{_pld_arch}
+path   = %{_pld_main_prefix}/test/%{_pld_arch}/
 auto   = no
 autoup = no
 
+# alias ac-updates-ARCH as ac-ARCH-updates
 [source]
-type   = %{_th_idxtype}
-name   = th-test-%{_pld_arch}
-path   = %{_pld_prefix}/test/%{_pld_arch}/
-auto   = no
-autoup = no
+type   = group
+name   = ac-%{_pld_arch}-updates
+sources = ac-updates-%{_pld_arch}
+
+# alias ac-ready-ARCH as ac-ARCH-ready
+[source]
+type   = group
+name   = ac-%{_pld_arch}-ready
+sources = ac-ready-%{_pld_arch}
This page took 0.072281 seconds and 4 git commands to generate.