X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=poldek.conf;h=bc518353b99f608e0a3d84613c338e93f43cc4f4;hb=255ca68a0deb7bf2fa7509ef17c3a6cf8fed7704;hp=376f408f31c15fbbc16fa81f9a1bcbd5f98e59de;hpb=8f3080fb86fee760861ed1bd0921315318668a1f;p=packages%2Fpoldek.git diff --git a/poldek.conf b/poldek.conf index 376f408..bc51835 100644 --- a/poldek.conf +++ b/poldek.conf @@ -1,76 +1,75 @@ -# $Id$ - -source = ra ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/ - -#source = ra-supported,noauto ftp://ftp.pld.org.pl/dists/ra/supported/i686/ - -#source = ra-test,noauto ftp://ftp.pld.org.pl/dists/ra/test/i686/ - -#source = nest,noauto ftp://ftp.nest.pld.org.pl/PLD/i686/PLD/RPMS/ -#source = nest-test,noauto ftp://ftp.nest.pld.org.pl/test/i686/ - -# i686 -#source = KDE3-Pack ftp://blysk.ds.pg.gda.pl/linux/KDE3-Pack/ -# i586 -#source = KDE3-Pack ftp://ftp.pld.org.pl/people/jack/KDE3-Pack/ -# i686 -#source = GNOME2 ftp://ftp.pld.org.pl/people/wolf/GNOME2+Ra/RPMS/ -# i686 -#source = Ra+2.4 ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4/ - -# NOTE: directory *must* exists; default is ~/.poldek-cache -#cachedir = /var/tmp/poldek-cache - -# permits using root privs for installation only; default "no" -#use_sudo = yes - -# Installation options - -# install packages in small groups instead of doing all-or-nothing -# installation; default "yes" -#particle_install = no - -# automatically install packages required by installed ones; default "yes" -#follow = no - -# greedy upgrades; default "no" -#greedy = yes - -# "mercy" dependency checking; default "no" -#mercy = yes - -# don't remove downloaded packages after successful installation; default "no" -#keep_downloads = yes - -# confirm each installation; default "no" -#confirm_installs = yes - -# let the user select package among equivalents -#choose_equivalents_manually = yes - - -# prevent kernel* and dev from being upgraded if they are already installed. -#hold = kernel* dev - - -# External downloaders configuration -# Available semi-macros (as ws-separate tokens only): -# %p[n] - package basename -# %d - cache dir -# %D - cache dir/package basename -# %P[n] - package full path(URL) -# - -#ftp_get = /usr/bin/snarf %P %D -#http_get = /usr/bin/wget -N --dot-style=binary -P %d %Pn -#https_get = /usr/bin/curl %P -o %D -#rsync_get = /usr/bin/rsync -v %P %d -#cdrom_get = /usr/bin/vfjuggle %d %Pn - - -# Some rpm macros -#rpmdef = _install_langs pl:pl_PL:lt:lt_LT - -# don't install any documentation -#rpmdef = _netsharedpath /usr/share/info:/usr/share/man -#rpmdef = _excludedocs 1 +# PLD Linux Distribution . +# +# Main sources for PLD Linux 3.0 (Th) + +# specify our packages architecture +_arch = %ARCH% + +# 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} + +# PLD Linux 3.0 (Th): main sources +[source] +type = pndir +name = th +path = %{_prefix}/PLD/%{_arch}/RPMS/ +@@SNAP@@auto = no +@@SNAP@@autoup = no + +[source] +type = pndir +name = th +path = %{_prefix}/PLD/noarch/RPMS/ +@@SNAP@@auto = no +@@SNAP@@autoup = no + +# PLD Linux 3.0 (Th): obsolete sources (kde3, ...) +[source] +type = pndir +name = th-obsolete +path = %{_prefix}/obsolete/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +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 = pndir +name = th-ready +path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = th-ready +path = %{_pld_main_prefix}/ready/noarch/RPMS/ +auto = no +autoup = no + +# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready) +[source] +type = pndir +name = th-test +path = %{_pld_main_prefix}/test/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = th-test +path = %{_pld_main_prefix}/test/noarch/RPMS/ +auto = no +autoup = no