]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- updates
authormis <mis@pld-linux.org>
Thu, 21 Nov 2002 10:24:46 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.conf -> 1.15

poldek.conf

index 52183159e052398619e091d4a3ca21a5a3a7e714..4607bb1af581e282bf97cb088002796025c83322 100644 (file)
@@ -15,15 +15,22 @@ source = ra  ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
 # NOTE: directory *must* exist; default is ~/.poldek-cache
 #cachedir = /var/tmp/poldek-cache
 
-# permits using root privs for installation only; default "no"
+# use root privileges 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
 
+# remove duplicate packages from available package set, i.e. this 
+# option ensures that only one instance (highest version from source 
+# with highest priority) of every package will be available 
+# for installation; default "no"
+#unique_package_names = yes
+
 # automatically install packages required by installed ones; default "yes"
 #follow = no
 
@@ -39,13 +46,18 @@ source = ra  ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
 # confirm each installation; default "no"
 #confirm_installs = yes
 
-# let the user select package among equivalents 
+# let the user select package among equivalents; default "no" 
 #choose_equivalents_manually = yes
 
 
 # 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*
+
+
 
 # External downloaders configuration 
 # Available semi-macros (as ws-separate tokens only):
This page took 0.038384 seconds and 4 git commands to generate.