diff options
author | necoro <> | 2007-02-19 23:04:14 +0000 |
---|---|---|
committer | necoro <> | 2007-02-19 23:04:14 +0000 |
commit | fba60a84b9a838ad32def950210a6b62d9bcdbff (patch) | |
tree | d581e4fa141851323a05d4500ad95afe50ed6e02 /etc/portato.cfg | |
parent | b4c88233aa6dabd2d9301350a240b8ddcf09255a (diff) | |
download | portato-fba60a84b9a838ad32def950210a6b62d9bcdbff.tar.gz portato-fba60a84b9a838ad32def950210a6b62d9bcdbff.tar.bz2 portato-fba60a84b9a838ad32def950210a6b62d9bcdbff.zip |
Back to our own revision solution as the eclass-one checks _before_ updating
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 12a3a92..e177714 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -18,15 +18,20 @@ # [Main] +; controls the backend system to use +; allowed values: +; - portage +system = portage + ; controls debug output - boolean value debug = True ; the command used for syncing portage - string value -synccommand = emerge --sync +synccommand = eix-sync ; control the same-named "emerge --update" options - boolean values -newuse = False -deep = False +newuse = true +deep = true ; control the name of the particular file if package.* is a directory - string values ; allowed placeholders: |