Author: glen Date: Wed Nov 14 19:22:02 2007 GMT Module: SOURCES Tag: AC-branch ---- Log message: - signed=yes for repos that are signed - assign priorities so multilib installs could work - ignore kernel pkgs in multilib alternative sources
---- Files affected: SOURCES: poldek.conf (1.35.2.21 -> 1.35.2.22) , poldek-multilib.conf (1.5.2.5 -> 1.5.2.6) ---- Diffs: ================================================================ Index: SOURCES/poldek.conf diff -u SOURCES/poldek.conf:1.35.2.21 SOURCES/poldek.conf:1.35.2.22 --- SOURCES/poldek.conf:1.35.2.21 Wed Jul 18 01:55:00 2007 +++ SOURCES/poldek.conf Wed Nov 14 20:21:56 2007 @@ -1,5 +1,7 @@ # $Id$ # PLD Linux Distribution <http://www.pld-linux.org/>. +# +# Main sources for PLD Linux 2.0 (Ac) # specify our packages architecture _pld_arch = %ARCH% @@ -20,28 +22,31 @@ type = %{_ac_idxtype} name = ac path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/ -#signed = yes +signed = yes # buggy deps -- use one from updates instead ignore = msmtp-sendmail* +pri = 1 [source] type = %{_ac_idxtype} name = ac-updates path = %{_pld_prefix}/updates/%{_pld_arch}/ -#signed = yes +signed = yes +pri = 1 [source] type = %{_ac_idxtype} name = ac-supported path = %{_pld_prefix}/supported/%{_pld_arch}/ +signed = yes auto = no autoup = no -#signed = yes [source] type = %{_ac_idxtype} name = ac-ready path = %{_pld_main_prefix}/ready/%{_pld_arch}/ +#signed = yes auto = no autoup = no ================================================================ Index: SOURCES/poldek-multilib.conf diff -u SOURCES/poldek-multilib.conf:1.5.2.5 SOURCES/poldek-multilib.conf:1.5.2.6 --- SOURCES/poldek-multilib.conf:1.5.2.5 Mon Apr 2 10:26:24 2007 +++ SOURCES/poldek-multilib.conf Wed Nov 14 20:21:57 2007 @@ -1,4 +1,8 @@ -# Alternative multilib PLD 2.0 (Ac) +# $Id$ +# PLD Linux Distribution <http://www.pld-linux.org/>. +# +# Alternative multilib sources for PLD Linux 2.0 (Ac) + _pld_arch = %ARCH% _pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac @@ -14,20 +18,28 @@ type = %{_ac_idxtype} name = ac-%{_pld_arch} path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/ +ignore = kernel* +signed = yes auto = no -autoup = no +autoup = yes +pri = 2 [source] type = %{_ac_idxtype} name = ac-updates-%{_pld_arch} path = %{_pld_prefix}/updates/%{_pld_arch}/ +ignore = kernel* +signed = yes auto = no -autoup = no +autoup = yes +pri = 2 [source] type = %{_ac_idxtype} name = ac-supported-%{_pld_arch} path = %{_pld_prefix}/supported/%{_pld_arch}/ +ignore = kernel* +signed = yes auto = no autoup = no @@ -35,6 +47,7 @@ type = %{_ac_idxtype} name = ac-ready-%{_pld_arch} path = %{_pld_main_prefix}/ready/%{_pld_arch}/ +#signed = yes auto = no autoup = no ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/poldek.conf?r1=1.35.2.21&r2=1.35.2.22&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/poldek-multilib.conf?r1=1.5.2.5&r2=1.5.2.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
