Author: glen Date: Thu May 28 08:27:12 2009 GMT Module: packages Tag: HEAD ---- Log message: - introduce _pld_main_prefix/_pld_main_prefix like ac; rel 28
---- Files affected: packages/poldek: poldek-multilib.conf (1.18 -> 1.19) , poldek.conf (1.53 -> 1.54) , poldek.spec (1.380 -> 1.381) ---- Diffs: ================================================================ Index: packages/poldek/poldek-multilib.conf diff -u packages/poldek/poldek-multilib.conf:1.18 packages/poldek/poldek-multilib.conf:1.19 --- packages/poldek/poldek-multilib.conf:1.18 Thu May 28 00:09:44 2009 +++ packages/poldek/poldek-multilib.conf Thu May 28 10:27:06 2009 @@ -1,36 +1,40 @@ -# Alternative multilib PLD 3.0 (Th) +# $Id$ +# PLD Linux Distribution <http://www.pld-linux.org/>. +# +# Alternative multilib sources for PLD Linux 3.0 (Th) + _arch = %ARCH% -_prefix = ftp://ftp.th.pld-linux.org/dists/th +_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th + ## Some mirrors ## You can use them if you have better connection there # CI TASK: #_prefix = ftp://ftp.task.pld-linux.org/dists/th - -_type = pndir +_prefix = %{_pld_main_prefix} [source] -type = %{_type} +type = pndir name = th-%{_arch} path = %{_prefix}/PLD/%{_arch}/RPMS/ auto = no autoup = no -#[source] -#type = %{_type} -#name = th-%{_arch}-updates -#path = %{_prefix}/updates/%{_arch}/RPMS/ -#auto = no -#autoup = no +[source] +type = pndir +name = th-%{_arch}-obsolete +path = %{_prefix}/obsolete/%{_arch}/RPMS/ +auto = no +autoup = no [source] -type = %{_type} +type = pndir name = th-%{_arch}-ready path = %{_prefix}/ready/%{_arch}/RPMS/ auto = no autoup = no [source] -type = %{_type} +type = pndir name = th-%{_arch}-test path = %{_prefix}/test/%{_arch}/RPMS/ auto = no ================================================================ Index: packages/poldek/poldek.conf diff -u packages/poldek/poldek.conf:1.53 packages/poldek/poldek.conf:1.54 --- packages/poldek/poldek.conf:1.53 Thu May 28 00:09:44 2009 +++ packages/poldek/poldek.conf Thu May 28 10:27:06 2009 @@ -1,62 +1,70 @@ # PLD Linux Distribution <http://www.pld-linux.org/>. +# +# Main sources for PLD Linux 3.0 (Th) +# specify our packages architecture _arch = %ARCH% -_prefix = ftp://ftp.th.pld-linux.org/dists/th + +# main PLD-site for often changed things (test, ready): +_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th + ## Some mirrors ## You can use them if you have better connection there # CI TASK: #_prefix = ftp://ftp.task.pld-linux.org/dists/th +_prefix = %{_pld_main_prefix} -_type = pndir - -# PLD 3.0 (Th) +# PLD Linux 3.0 (Th): main sources [source] -type = %{_type} +type = pndir name = th path = %{_prefix}/PLD/%{_arch}/RPMS/ [source] -type = %{_type} +type = pndir name = th path = %{_prefix}/PLD/noarch/RPMS/ +# PLD Linux 3.0 (Th): obsolete sources (kde3, ...) [source] -type = %{_type} +type = pndir name = th-obsolete path = %{_prefix}/obsolete/%{_arch}/RPMS/ auto = no autoup = no [source] -type = %{_type} +type = pndir name = th-obsolete path = %{_prefix}/obsolete/noarch/RPMS/ auto = no autoup = no +# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main) [source] -type = %{_type} +type = pndir name = th-ready path = %{_prefix}/ready/%{_arch}/RPMS/ auto = no autoup = no [source] -type = %{_type} +type = pndir name = th-ready path = %{_prefix}/ready/noarch/RPMS/ auto = no autoup = no +# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready) [source] -type = %{_type} +type = pndir name = th-test path = %{_prefix}/test/%{_arch}/RPMS/ auto = no autoup = no [source] -type = %{_type} +type = pndir name = th-test path = %{_prefix}/test/noarch/RPMS/ auto = no ================================================================ Index: packages/poldek/poldek.spec diff -u packages/poldek/poldek.spec:1.380 packages/poldek/poldek.spec:1.381 --- packages/poldek/poldek.spec:1.380 Thu May 28 09:07:55 2009 +++ packages/poldek/poldek.spec Thu May 28 10:27:06 2009 @@ -16,7 +16,7 @@ %define ver_rpm 4.5-5 # %define snap 20080820.23 -%define rel 27 +%define rel 28 Summary: RPM packages management helper tool Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM Name: poldek @@ -451,6 +451,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.381 2009/05/28 08:27:06 glen +- introduce _pld_main_prefix/_pld_main_prefix like ac; rel 28 + Revision 1.380 2009/05/28 07:07:55 glen - add /etc/poldek/repos.d/pld-debuginfo.conf with debuginfo sources; rel 27 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek-multilib.conf?r1=1.18&r2=1.19&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek.conf?r1=1.53&r2=1.54&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek.spec?r1=1.380&r2=1.381&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
