]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
remove --noorder option during package removal
[packages/poldek.git] / poldek.conf
index 27c07022179a8b89af9dedfb3dc18e352a8f1260..bc518353b99f608e0a3d84613c338e93f43cc4f4 100644 (file)
@@ -1,47 +1,75 @@
-# PLD <http://www.pld-linux.org/>
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Main sources for PLD Linux 3.0 (Th)
+
+# specify our packages architecture
+_arch   = %ARCH%
+
+# main PLD-site for often changed things (test, ready):
+_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
 
-_pld_arch   = %ARCH%
-_pld_alt_arch = %ALT_ARCH%
-_pld_prefix = ftp://ftp.th.pld-linux.org/dists/th
 ## Some mirrors
 ## You can use them if you have better connection there
 # CI TASK:
-#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/th
+#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+_prefix = %{_pld_main_prefix}
 
+# PLD Linux 3.0 (Th): main sources
+[source]
+type   = pndir
+name   = th
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
 
-_th_idxtype = pndir
+[source]
+type   = pndir
+name   = th
+path   = %{_prefix}/PLD/noarch/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
 
-# PLD 3.0 (Th)
+# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
 [source]
-type  = %{_th_idxtype}
-name  = th
-path  = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_th_idxtype}
-name  = th-updates-security
-path  = %{_pld_prefix}/updates/security/%{_pld_arch}/
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/noarch/RPMS/
+auto   = no
+autoup = no
 
+# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
 [source]
-type  = %{_th_idxtype}
-name  = th-updates-general
-path  = %{_pld_prefix}/updates/general/%{_pld_arch}/
-noauto = yes
+type   = pndir
+name   = th-ready
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_th_idxtype}
-name  = th-supported
-path  = %{_pld_prefix}/supported/%{_pld_arch}/
-noauto = yes
+type   = pndir
+name   = th-ready
+path   = %{_pld_main_prefix}/ready/noarch/RPMS/
+auto   = no
+autoup = no
 
+# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
 [source]
-type  = %{_th_idxtype}
-name  = th-ready
-path  = %{_pld_prefix}/ready/%{_pld_arch}/
-noauto = yes
+type   = pndir
+name   = th-test
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
+auto   = no
+autoup = no
 
 [source]
-type  = %{_th_idxtype}
-name  = th-test
-path  = %{_pld_prefix}/test/%{_pld_arch}/
-noauto = yes
+type   = pndir
+name   = th-test
+path   = %{_pld_main_prefix}/test/noarch/RPMS/
+auto   = no
+autoup = no
This page took 0.184886 seconds and 4 git commands to generate.