]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- poldek PLD config
authormis <mis@pld-linux.org>
Wed, 27 Mar 2002 10:17:53 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.conf -> 1.1

poldek.conf [new file with mode: 0644]

diff --git a/poldek.conf b/poldek.conf
new file mode 100644 (file)
index 0000000..3836210
--- /dev/null
@@ -0,0 +1,66 @@
+# $Id$
+
+source = ra  ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
+
+#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.171935 seconds and 4 git commands to generate.