SOURCES (AC-branch): poldek-multilib.conf - unify macros with th/ti

glen glen at pld-linux.org
Tue Mar 25 23:45:24 CET 2008


Author: glen                         Date: Tue Mar 25 22:45:24 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- unify macros with th/ti

---- Files affected:
SOURCES:
   poldek-multilib.conf (1.5.2.9 -> 1.5.2.10) 

---- Diffs:

================================================================
Index: SOURCES/poldek-multilib.conf
diff -u SOURCES/poldek-multilib.conf:1.5.2.9 SOURCES/poldek-multilib.conf:1.5.2.10
--- SOURCES/poldek-multilib.conf:1.5.2.9	Thu Nov 22 18:41:55 2007
+++ SOURCES/poldek-multilib.conf	Tue Mar 25 23:45:19 2008
@@ -3,21 +3,21 @@
 #
 # Alternative multilib sources for PLD Linux 2.0 (Ac)
 
-_pld_arch   = %ARCH%
+_arch   = %ARCH%
 _pld_main_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
-_pld_prefix = %{_pld_main_prefix}
+#_prefix = ftp://ftp.task.pld-linux.org/dists/ac
+_prefix = %{_pld_main_prefix}
 
-_ac_idxtype = pndir
+_type = pndir
 
 [source]
-type   = %{_ac_idxtype}
-name   = ac-%{_pld_arch}
-path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+type   = %{_type}
+name   = ac-%{_arch}
+path   = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
 ignore = kernel*
 signed = yes
 auto   = no
@@ -25,9 +25,9 @@
 pri    = 2
 
 [source]
-type   = %{_ac_idxtype}
-name   = ac-updates-%{_pld_arch}
-path   = %{_pld_prefix}/updates/%{_pld_arch}/
+type   = %{_type}
+name   = ac-updates-%{_arch}
+path   = %{_prefix}/updates/%{_arch}/
 ignore = kernel*
 signed = yes
 auto   = no
@@ -35,37 +35,37 @@
 pri    = 2
 
 [source]
-type   = %{_ac_idxtype}
-name   = ac-supported-%{_pld_arch}
-path   = %{_pld_prefix}/supported/%{_pld_arch}/
+type   = %{_type}
+name   = ac-supported-%{_arch}
+path   = %{_prefix}/supported/%{_arch}/
 ignore = kernel*
 signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = %{_ac_idxtype}
-name   = ac-ready-%{_pld_arch}
-path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
+type   = %{_type}
+name   = ac-ready-%{_arch}
+path   = %{_pld_main_prefix}/ready/%{_arch}/
 #signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = %{_ac_idxtype}
-name   = ac-test-%{_pld_arch}
-path   = %{_pld_main_prefix}/test/%{_pld_arch}/
+type   = %{_type}
+name   = ac-test-%{_arch}
+path   = %{_pld_main_prefix}/test/%{_arch}/
 auto   = no
 autoup = no
 
 # alias ac-updates-ARCH as ac-ARCH-updates
 [source]
 type   = group
-name   = ac-%{_pld_arch}-updates
-sources = ac-updates-%{_pld_arch}
+name   = ac-%{_arch}-updates
+sources = ac-updates-%{_arch}
 
 # alias ac-ready-ARCH as ac-ARCH-ready
 [source]
 type   = group
-name   = ac-%{_pld_arch}-ready
-sources = ac-ready-%{_pld_arch}
+name   = ac-%{_arch}-ready
+sources = ac-ready-%{_arch}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/poldek-multilib.conf?r1=1.5.2.9&r2=1.5.2.10&f=u



More information about the pld-cvs-commit mailing list