]> 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 98a56f2dbc970743d63d23dc3e545b26b74537cb..0debfb6870f44b9fa5ad91a215b15bacfac05b1e 100644 (file)
@@ -1,25 +1,25 @@
 # $Id$
 
 # main packages repository
-source = ac    ftp://ftp.pld-linux.org/dists/ac/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.pld-linux.org/dists/ac/updates/security/i686/
+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.pld-linux.org/dists/ac/updates/general/i686/
+source = ac-updates-general,noauto     ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/updates/general/%ARCH%/
 
 # other, sometimes obsolete, stuff
-source = ac-supported,noauto   ftp://ftp.pld-linux.org/dists/ac/supported/i686/
+source = ac-supported,noauto   ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/supported/%ARCH%/
 
 # 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.pld-linux.org/dists/ac/ready/i686/
+#source = ac-ready,noauto      ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/ready/%ARCH%/
 
 # everything that is built by AC-builders:
-#source = ac-test,noauto       ftp://ftp.pld-linux.org/dists/ac/test/i686/
+#source = ac-test,noauto       ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/test/%ARCH%/
 
-#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
@@ -84,8 +84,9 @@ choose_equivalents_manually = yes
 # {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
This page took 0.066718 seconds and 4 git commands to generate.