SOURCES (AC-branch): poldek.conf - unify macros with th/ti
glen
glen at pld-linux.org
Tue Mar 25 23:44:15 CET 2008
Author: glen Date: Tue Mar 25 22:44:15 2008 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- unify macros with th/ti
---- Files affected:
SOURCES:
poldek.conf (1.35.2.22 -> 1.35.2.23)
---- Diffs:
================================================================
Index: SOURCES/poldek.conf
diff -u SOURCES/poldek.conf:1.35.2.22 SOURCES/poldek.conf:1.35.2.23
--- SOURCES/poldek.conf:1.35.2.22 Wed Nov 14 20:21:56 2007
+++ SOURCES/poldek.conf Tue Mar 25 23:44:10 2008
@@ -4,7 +4,7 @@
# Main sources for PLD Linux 2.0 (Ac)
# specify our packages architecture
-_pld_arch = %ARCH%
+_arch = %ARCH%
# main PLD-site for often changed things:
_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
@@ -12,47 +12,47 @@
## 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
-# PLD 2.0 (Ac)
+# PLD Linux 2.0 (Ac)
[source]
-type = %{_ac_idxtype}
+type = %{_type}
name = ac
-path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+path = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
signed = yes
# buggy deps -- use one from updates instead
ignore = msmtp-sendmail*
pri = 1
[source]
-type = %{_ac_idxtype}
+type = %{_type}
name = ac-updates
-path = %{_pld_prefix}/updates/%{_pld_arch}/
+path = %{_prefix}/updates/%{_arch}/
signed = yes
pri = 1
[source]
-type = %{_ac_idxtype}
+type = %{_type}
name = ac-supported
-path = %{_pld_prefix}/supported/%{_pld_arch}/
+path = %{_prefix}/supported/%{_arch}/
signed = yes
auto = no
autoup = no
[source]
-type = %{_ac_idxtype}
+type = %{_type}
name = ac-ready
-path = %{_pld_main_prefix}/ready/%{_pld_arch}/
+path = %{_pld_main_prefix}/ready/%{_arch}/
#signed = yes
auto = no
autoup = no
[source]
-type = %{_ac_idxtype}
+type = %{_type}
name = ac-test
-path = %{_pld_main_prefix}/test/%{_pld_arch}/
+path = %{_pld_main_prefix}/test/%{_arch}/
auto = no
autoup = no
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/poldek.conf?r1=1.35.2.22&r2=1.35.2.23&f=u
More information about the pld-cvs-commit
mailing list