]> 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 f28c7924329126ac8ae2128719e634972a3a426e..0debfb6870f44b9fa5ad91a215b15bacfac05b1e 100644 (file)
@@ -1,20 +1,25 @@
 # $Id$
 
-# security updates
-source = ra-updates-security   ftp://ftp.pld-linux.org/dists/ra/updates/security/i686/
-
 # main packages repository
-source = ra    ftp://ftp.pld-linux.org/dists/ra/PLD/i686/PLD/RPMS/
+source = ac    ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/PLD/%ARCH%/PLD/RPMS/
+
+# security updates after Ac gets frozen
+source = ac-updates-security   ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/updates/security/%ARCH%/
+
+# non-critical fixes and updates which will be base for next version of Ac
+source = ac-updates-general,noauto     ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/updates/general/%ARCH%/
 
-# non-critical fixes and updates which will be base for next version of Ra
-source = ra-updates-general,noauto     ftp://ftp.pld-linux.org/dists/ra/updates/general/i686/
+# other, sometimes obsolete, stuff
+source = ac-supported,noauto   ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/supported/%ARCH%/
 
-#source = ra-supported,noauto  ftp://ftp.pld-linux.org/dists/ra/supported/i686/
+# Things that are scheduled to move to updates/*
+# Testers are *really* needed, but you have to know what are you doing
+#source = ac-ready,noauto      ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/ready/%ARCH%/
 
-#source = ra-test,noauto       ftp://ftp.pld-linux.org/dists/ra/test/i686/
+# everything that is built by AC-builders:
+#source = ac-test,noauto       ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/test/%ARCH%/
 
-#source = nest,noauto          ftp://ftp.nest.pld-linux.org/PLD/i686/PLD/RPMS/
-#source = nest-test,noauto     ftp://ftp.nest.pld-linux.org/test/i686/
+#source = nest-test,noauto     ftp://ftp.nest.pld-linux.org/test/%ARCH%/
 
 # NOTE: directory *must* exist; default is ${TMPDIR:-~/.poldek-cache}
 # but if that fails /tmp is taken
@@ -52,16 +57,18 @@ source = ra-updates-general,noauto  ftp://ftp.pld-linux.org/dists/ra/updates/gene
 #confirm_installs = yes
 
 # let the user select package among equivalents; default "no"
-#choose_equivalents_manually = yes
+choose_equivalents_manually = yes
 
 
-# prevent kernel* and dev from being upgraded if they are already installed.
+# prevent kernel* and dev from being upgraded if they are already installed
 #hold = kernel* dev
 
 # remove kernel* packages from available package set, i.e. make them
 # invisible for the user
 #ignore = kernel*
 
+# do not compare distribution versions of packages
+#nodistver = no
 
 # External downloaders configuration
 # Available semi-macros (as ws-separate tokens only):
@@ -70,21 +77,22 @@ source = ra-updates-general,noauto  ftp://ftp.pld-linux.org/dists/ra/updates/gene
 #      %D - cache dir/package basename
 #      %P[n] - package full path(URL)
 #
-# Hint: if you use several PLD powered machines, you may consider using
+# Hint: if you use several PLD powered machines, you may consider using a
 # 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
+#ftp_get       = /usr/bin/wget --dot-style=binary -P %d %Pn
 #http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
+#http_get      = /usr/bin/lwp-download %P %D
 #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
+# some rpm macros
 #rpmdef                = _install_langs pl:pl_PL:lt:lt_LT
 
 # don't install any documentation
This page took 0.054481 seconds and 4 git commands to generate.