]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
index f4596f07c258db5016b0b0249a33c06055e7712b..901f1aead0a582cd8a8c6d1548f7bdf206ed03c6 100644 (file)
@@ -1,80 +1,58 @@
 # $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 = Ra+2.4.18  ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4.18/
-#source = Ra+2.4.19  ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4.19/
-# i586
-#source = Ra+2.4.18  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.18/
-#source = Ra+2.4.19  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.19/
-
-# 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)
-# 
-# Hint: if you use several PLD powered machines, you may concider using
-# proxy server to speed up download.  To make use of proxy with poldek set
-# HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
-# proxy and uncomment one of the lines below. For more info use man
-# {poldek|wget|snarf|squid|ipchains or iptables}
-                                         
-#ftp_get       = /usr/bin/snarf %P %D
-#ftp_get       = /usr/bin/wget -N --dot-style=binary -P %d %Pn
-#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 <http://www.pld-linux.org/>.
+#
+# Main sources for PLD Linux 2.0 (Ac)
+
+# specify our packages architecture
+_pld_arch   = %ARCH%
+
+# main PLD-site for often changed things:
+_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
+
+## 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}
+
+_ac_idxtype = pndir
+
+# PLD 2.0 (Ac)
+[source]
+type   = %{_ac_idxtype}
+name   = ac
+path   = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+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
+pri    = 1
+
+[source]
+type   = %{_ac_idxtype}
+name   = ac-supported
+path   = %{_pld_prefix}/supported/%{_pld_arch}/
+signed = yes
+auto   = no
+autoup = no
+
+[source]
+type   = %{_ac_idxtype}
+name   = ac-ready
+path   = %{_pld_main_prefix}/ready/%{_pld_arch}/
+#signed = yes
+auto   = no
+autoup = no
+
+[source]
+type   = %{_ac_idxtype}
+name   = ac-test
+path   = %{_pld_main_prefix}/test/%{_pld_arch}/
+auto   = no
+autoup = no
This page took 0.043512 seconds and 4 git commands to generate.