]> 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 c729a6531899c15dd0771f659c89065c80002ff8..901f1aead0a582cd8a8c6d1548f7bdf206ed03c6 100644 (file)
@@ -1,77 +1,58 @@
+# $Id$
 # PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Main sources for PLD Linux 2.0 (Ac)
+
+# specify our packages architecture
+_pld_arch   = %ARCH%
+
+# main PLD-site for often changed things:
+_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
 
-_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_prefix = ftp://ftp.task.pld-linux.org/dists/ac
+_pld_prefix = %{_pld_main_prefix}
 
-_type = pndir
+_ac_idxtype = pndir
 
-# PLD 3.0 (Th)
+# PLD 2.0 (Ac)
 [source]
-type   = %{_type}
-name   = th
-path   = %{_prefix}/PLD/%{_arch}/RPMS/
+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*
+pri    = 1
 
 [source]
-type   = %{_type}
-name   = th
-path   = %{_prefix}/PLD/noarch/RPMS/
-
-#[source]
-#type   = %{_type}
-#name   = th-updates-security
-#path   = %{_prefix}/updates-security/%{_arch}/RPMS/
-#
-#[source]
-#type   = %{_type}
-#name   = th-updates-security
-#path   = %{_prefix}/updates-security/noarch/RPMS/
-#
-#[source]
-#type   = %{_type}
-#name   = th-updates-general
-#path   = %{_prefix}/updates-general/%{_arch}/RPMS/
-#auto   = no
-#
-#[source]
-#type   = %{_type}
-#name   = th-updates-general
-#path   = %{_prefix}/updates-general/noarch/RPMS/
-#auto   = no
-#
-#[source]
-#type   = %{_type}
-#name   = th-supported
-#path   = %{_prefix}/supported/%{_arch}/
-#auto   = no
+type   = %{_ac_idxtype}
+name   = ac-updates
+path   = %{_pld_prefix}/updates/%{_pld_arch}/
+signed = yes
+pri    = 1
 
-#[source]
-#type   = %{_type}
-#name   = th-ready
-#path   = %{_prefix}/ready/%{_arch}/RPMS/
-#auto   = no
-#autoup = no
-#
-#[source]
-#type   = %{_type}
-#name   = th-ready
-#path   = %{_prefix}/ready/noarch/RPMS/
-#auto   = no
-#autoup = no
+[source]
+type   = %{_ac_idxtype}
+name   = ac-supported
+path   = %{_pld_prefix}/supported/%{_pld_arch}/
+signed = yes
+auto   = no
+autoup = no
 
 [source]
-type   = %{_type}
-name   = th-test
-path   = %{_prefix}/test/%{_arch}/RPMS/
+type   = %{_ac_idxtype}
+name   = ac-ready
+path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
+#signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
-name   = th-test
-path   = %{_prefix}/test/noarch/RPMS/
+type   = %{_ac_idxtype}
+name   = ac-test
+path   = %{_pld_main_prefix}/test/%{_pld_arch}/
 auto   = no
 autoup = no
This page took 0.063389 seconds and 4 git commands to generate.