SOURCES (AC-branch): poldek-multilib.patch (NEW), poldek-multilib....

glen glen at pld-linux.org
Wed May 31 21:28:58 CEST 2006


Author: glen                         Date: Wed May 31 19:28:57 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- keep multilib config in separate sourcefile

---- Files affected:
SOURCES:
   poldek-multilib.patch (NONE -> 1.1)  (NEW), poldek-multilib.conf (1.5.2.3 -> 1.5.2.4) 

---- Diffs:

================================================================
Index: SOURCES/poldek-multilib.patch
diff -u /dev/null SOURCES/poldek-multilib.patch:1.1
--- /dev/null	Wed May 31 21:28:57 2006
+++ SOURCES/poldek-multilib.patch	Wed May 31 21:28:52 2006
@@ -0,0 +1,10 @@
+--- poldek-0.20/conf/poldek.conf~	2006-05-31 22:11:32.000000000 +0300
++++ poldek-0.20/conf/poldek.conf	2006-05-31 22:19:15.000000000 +0300
+@@ -9,6 +9,7 @@
+ # Both local and remote files may be included. Included files may not contain
+ # [global] section, it will be ignored anyway. 
+ %include %{_distro}-source.conf
++%include %{_distro}-multilib-source.conf
+ 
+ # local sources
+ %include source.conf

================================================================
Index: SOURCES/poldek-multilib.conf
diff -u SOURCES/poldek-multilib.conf:1.5.2.3 SOURCES/poldek-multilib.conf:1.5.2.4
--- SOURCES/poldek-multilib.conf:1.5.2.3	Thu May 25 14:17:42 2006
+++ SOURCES/poldek-multilib.conf	Wed May 31 21:28:52 2006
@@ -1,43 +1,51 @@
-
 # Alternative multilib PLD 2.0 (Ac)
+_pld_arch   = %ARCH%
+_pld_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/ac
+
+_ac_idxtype = pndir
+
 [source]
 type   = %{_ac_idxtype}
-name   = ac-%{_pld_alt_arch}
-path   = %{_pld_prefix}/PLD/%{_pld_alt_arch}/PLD/RPMS/
+name   = ac-%{_pld_arch}
+path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
 auto   = no
 autoup = no
 
 [source]
 type   = %{_ac_idxtype}
-name   = ac-updates-security-%{_pld_alt_arch}
-path   = %{_pld_prefix}/updates/security/%{_pld_alt_arch}/
+name   = ac-updates-security-%{_pld_arch}
+path   = %{_pld_prefix}/updates/security/%{_pld_arch}/
 auto   = no
 autoup = no
 
 [source]
 type   = %{_ac_idxtype}
-name   = ac-updates-general-%{_pld_alt_arch}
-path   = %{_pld_prefix}/updates/general/%{_pld_alt_arch}/
+name   = ac-updates-general-%{_pld_arch}
+path   = %{_pld_prefix}/updates/general/%{_pld_arch}/
 auto   = no
 autoup = no
 
 [source]
 type   = %{_ac_idxtype}
-name   = ac-supported-%{_pld_alt_arch}
-path   = %{_pld_prefix}/supported/%{_pld_alt_arch}/
+name   = ac-supported-%{_pld_arch}
+path   = %{_pld_prefix}/supported/%{_pld_arch}/
 auto   = no
 autoup = no
 
 [source]
 type   = %{_ac_idxtype}
-name   = ac-ready-%{_pld_alt_arch}
-path   = %{_pld_prefix}/ready/%{_pld_alt_arch}/
+name   = ac-ready-%{_pld_arch}
+path   = %{_pld_prefix}/ready/%{_pld_arch}/
 auto   = no
 autoup = no
 
 [source]
 type   = %{_ac_idxtype}
-name   = ac-test-%{_pld_alt_arch}
-path   = %{_pld_prefix}/test/%{_pld_alt_arch}/
+name   = ac-test-%{_pld_arch}
+path   = %{_pld_prefix}/test/%{_pld_arch}/
 auto   = no
 autoup = no
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/poldek-multilib.conf?r1=1.5.2.3&r2=1.5.2.4&f=u



More information about the pld-cvs-commit mailing list