]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
- added x32 support, unfortunately poldek segfaults on x32 (looks like memory leakage)
[packages/poldek.git] / poldek.conf
index 65dfe54e978fd6ea96eb124907d3abcc6bb5a27a..bc518353b99f608e0a3d84613c338e93f43cc4f4 100644 (file)
@@ -1,78 +1,75 @@
 # PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Main sources for PLD Linux 3.0 (Th)
 
+# specify our packages architecture
 _arch   = %ARCH%
-_prefix = ftp://ftp.th.pld-linux.org/dists/th
+
+# main PLD-site for often changed things (test, ready):
+_pld_main_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
+_prefix = %{_pld_main_prefix}
 
-_type = pndir
-
-# PLD 3.0 (Th)
+# PLD Linux 3.0 (Th): main sources
 [source]
-type   = %{_type}
+type   = pndir
 name   = th
 path   = %{_prefix}/PLD/%{_arch}/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th
 path   = %{_prefix}/PLD/noarch/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
 
+# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
 [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/
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
 auto   = no
+autoup = no
 
 [source]
-type   = %{_type}
-name   = th-updates-general
-path   = %{_prefix}/updates-general/noarch/RPMS/
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/noarch/RPMS/
 auto   = no
+autoup = no
 
-#[source]
-#type   = %{_type}
-#name   = th-supported
-#path   = %{_prefix}/supported/%{_arch}/
-#auto   = no
-
+# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-ready
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-ready
-path   = %{_prefix}/ready/noarch/RPMS/
+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   = %{_type}
+type   = pndir
 name   = th-test
-path   = %{_prefix}/test/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
+type   = pndir
 name   = th-test
-path   = %{_prefix}/test/noarch/RPMS/
+path   = %{_pld_main_prefix}/test/noarch/RPMS/
 auto   = no
 autoup = no
-
This page took 0.144291 seconds and 4 git commands to generate.