]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
index aab3723041d3a099d615d0499f821419094d9482..79ee101d8b3a31e86b2a2de8f0dff0aa3b7acdd3 100644 (file)
@@ -1,78 +1,53 @@
+# $Id$
 # PLD Linux Distribution <http://www.pld-linux.org/>.
 
+# specify our packages architecture
 _pld_arch   = %ARCH%
-_pld_prefix = ftp://ftp.th.pld-linux.org/dists/th
+
+# main PLD-site for often changed things:
+_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
-
-_th_idxtype = pndir
-
-# PLD 3.0 (Th)
-[source]
-type   = %{_th_idxtype}
-name   = th
-path   = %{_pld_prefix}/PLD/%{_pld_arch}/RPMS/
-
-[source]
-type   = %{_th_idxtype}
-name   = th
-path   = %{_pld_prefix}/PLD/noarch/RPMS/
-
-[source]
-type   = %{_th_idxtype}
-name   = th-updates-security
-path   = %{_pld_prefix}/updates-security/%{_pld_arch}/RPMS/
+#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
+_pld_prefix = %{_pld_main_prefix}
 
-[source]
-type   = %{_th_idxtype}
-name   = th-updates-security
-path   = %{_pld_prefix}/updates-security/noarch/RPMS/
+_ac_idxtype = pndir
 
+# PLD 2.0 (Ac)
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-general
-path   = %{_pld_prefix}/updates-general/%{_pld_arch}/RPMS/
-auto   = no
+type   = %{_ac_idxtype}
+name   = ac
+path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+#signed = yes
+# buggy deps -- use one from updates instead
+ignore = msmtp-sendmail
 
 [source]
-type   = %{_th_idxtype}
-name   = th-updates-general
-path   = %{_pld_prefix}/updates-general/noarch/RPMS/
-auto   = no
-
-#[source]
-#type   = %{_th_idxtype}
-#name   = th-supported
-#path   = %{_pld_prefix}/supported/%{_pld_arch}/
-#auto   = no
+type   = %{_ac_idxtype}
+name   = ac-updates
+path   = %{_pld_prefix}/updates/%{_pld_arch}/
+#signed = yes
 
 [source]
-type   = %{_th_idxtype}
-name   = th-ready
-path   = %{_pld_prefix}/ready/%{_pld_arch}/RPMS/
+type   = %{_ac_idxtype}
+name   = ac-supported
+path   = %{_pld_prefix}/supported/%{_pld_arch}/
 auto   = no
 autoup = no
+#signed = yes
 
 [source]
-type   = %{_th_idxtype}
-name   = th-ready
-path   = %{_pld_prefix}/ready/noarch/RPMS/
+type   = %{_ac_idxtype}
+name   = ac-ready
+path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
 auto   = no
 autoup = no
 
 [source]
-type   = %{_th_idxtype}
-name   = th-test
-path   = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
+type   = %{_ac_idxtype}
+name   = ac-test
+path   = %{_pld_main_prefix}/test/%{_pld_arch}/
 auto   = no
 autoup = no
-
-[source]
-type   = %{_th_idxtype}
-name   = th-test
-path   = %{_pld_prefix}/test/noarch/RPMS/
-auto   = no
-autoup = no
-
This page took 0.068577 seconds and 4 git commands to generate.