]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
- bugfix
[packages/poldek.git] / poldek.conf
index 6fb74ee570deb8062ea8140def9361d255f92a95..aab3723041d3a099d615d0499f821419094d9482 100644 (file)
@@ -1,68 +1,78 @@
-# $Id$
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+
+_pld_arch   = %ARCH%
+_pld_prefix = ftp://ftp.th.pld-linux.org/dists/th
+## Some mirrors
+## You can use them if you have better connection there
+# CI TASK:
+#_pld_prefix = ftp://ftp.task.pld-linux.org/dists/th
+
+_th_idxtype = pndir
+
+# PLD 3.0 (Th)
+[source]
+type   = %{_th_idxtype}
+name   = th
+path   = %{_pld_prefix}/PLD/%{_pld_arch}/RPMS/
+
+[source]
+type   = %{_th_idxtype}
+name   = th
+path   = %{_pld_prefix}/PLD/noarch/RPMS/
+
+[source]
+type   = %{_th_idxtype}
+name   = th-updates-security
+path   = %{_pld_prefix}/updates-security/%{_pld_arch}/RPMS/
+
+[source]
+type   = %{_th_idxtype}
+name   = th-updates-security
+path   = %{_pld_prefix}/updates-security/noarch/RPMS/
+
+[source]
+type   = %{_th_idxtype}
+name   = th-updates-general
+path   = %{_pld_prefix}/updates-general/%{_pld_arch}/RPMS/
+auto   = no
+
+[source]
+type   = %{_th_idxtype}
+name   = th-updates-general
+path   = %{_pld_prefix}/updates-general/noarch/RPMS/
+auto   = no
+
+#[source]
+#type   = %{_th_idxtype}
+#name   = th-supported
+#path   = %{_pld_prefix}/supported/%{_pld_arch}/
+#auto   = no
+
+[source]
+type   = %{_th_idxtype}
+name   = th-ready
+path   = %{_pld_prefix}/ready/%{_pld_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_th_idxtype}
+name   = th-ready
+path   = %{_pld_prefix}/ready/noarch/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_th_idxtype}
+name   = th-test
+path   = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_th_idxtype}
+name   = th-test
+path   = %{_pld_prefix}/test/noarch/RPMS/
+auto   = no
+autoup = no
 
-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.pld.org.pl/dists/nest/PLD/i686/PLD/RPMS/
-#source = nest-test,noauto  ftp://ftp.pld.org.pl/dists/nest/test/i686/
-
-
-# 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; defalut "no"
-#greedy = yes
-
-# "mercy" dependency checking; defalut "no"
-#mercy = yes
-
-# don't remove downloaded packages after successful installation; defalut "no"
-#keep_downloads = yes
-
-# confirm each installation; defalut "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
This page took 0.030342 seconds and 4 git commands to generate.