SVN: toys/tools/cleanbuild/poldekconf/repos.d/pld-th-x86_64.conf
    glen 
    glen at pld-linux.org
       
    Sun Jul 18 14:32:15 CEST 2010
    
    
  
Author: glen
Date: Sun Jul 18 14:32:15 2010
New Revision: 11682
Modified:
   toys/tools/cleanbuild/poldekconf/repos.d/pld-th-x86_64.conf
Log:
- _pld_main_prefix, _prefix like in dist poldek
- placeholders for disabling ready source
- mark vim syntax
Modified: toys/tools/cleanbuild/poldekconf/repos.d/pld-th-x86_64.conf
==============================================================================
--- toys/tools/cleanbuild/poldekconf/repos.d/pld-th-x86_64.conf	(original)
+++ toys/tools/cleanbuild/poldekconf/repos.d/pld-th-x86_64.conf	Sun Jul 18 14:32:15 2010
@@ -1,7 +1,9 @@
 _pld_server = http://ftp1.pld-linux.org
 _dist   = th
 _arch   = x86_64
-_prefix = %{_pld_server}/dists/%{_dist}
+_pld_main_prefix = %{_pld_server}/dists/%{_dist}
+# override, if pld main is mirrored elsewhere
+_prefix = %{_pld_main_prefix}
 
 [source]
 type   = pndir
@@ -16,28 +18,31 @@
 [source]
 type   = pndir
 name   = _%{_dist}-%{_arch}-ready
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+#auto   = no
+#autoup = no
 
 [source]
 type   = pndir
 name   = _%{_dist}-%{_arch}-ready
-path   = %{_prefix}/ready/noarch/RPMS/
+path   = %{_pld_main_prefix}/ready/noarch/RPMS/
+#auto   = no
+#autoup = no
 
 [source]
 type   = pndir
 name   = _%{_dist}-%{_arch}-test
-path   = %{_prefix}/test/%{_arch}/RPMS/
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
 auto   = no
 autoup = no
 
 [source]
 type   = pndir
 name   = _%{_dist}-%{_arch}-test
-path   = %{_prefix}/test/noarch/RPMS/
+path   = %{_pld_main_prefix}/test/noarch/RPMS/
 auto   = no
 autoup = no
 
-
 [source]
 type	= group
 name	= %{_dist}-%{_arch}-ready
@@ -47,3 +52,5 @@
 type	= group
 name	= %{_dist}-%{_arch}-test
 sources	= %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready _%{_dist}-%{_arch}-test
+
+# vim:ft=poldek
    
    
More information about the pld-cvs-commit
mailing list