Subversion Repositories DevTools

Rev

Rev 7394 | Rev 7406 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7394 Rev 7397
Line 102... Line 102...
102
    'logfile.size'    => {'default'   => '1M'   , 'fmt' => 'size'},
102
    'logfile.size'    => {'default'   => '1M'   , 'fmt' => 'size'},
103
    'logfile.count'   => {'default'   => 9      , 'fmt' => 'int'},
103
    'logfile.count'   => {'default'   => 9      , 'fmt' => 'int'},
104
    'verbose'         => {'default'   => 0      , 'fmt' => 'int'},
104
    'verbose'         => {'default'   => 0      , 'fmt' => 'int'},
105
    'active'          => {'default'   => 1      , 'fmt' => 'bool'},
105
    'active'          => {'default'   => 1      , 'fmt' => 'bool'},
106
    'debug'           => {'default'   => 0      , 'fmt' => 'bool'},                 # Log to screen
106
    'debug'           => {'default'   => 0      , 'fmt' => 'bool'},                 # Log to screen
-
 
107
    'txdetail'        => {'default'   => 0      , 'fmt' => 'bool'},
107
    'tagdir'          => {'mandatory' => 1      , 'fmt' => 'dir'},
108
    'tagdir'          => {'mandatory' => 1      , 'fmt' => 'mkdir'},
108
    'forcedirscan'    => {'default'   => 100    , 'fmt' => 'period'},
109
    'forcedirscan'    => {'default'   => 100    , 'fmt' => 'period'},
109
    'tagMaxPackages'  => {'default'   => 10     , 'fmt' => 'int'},
110
    'tagMaxPackages'  => {'default'   => 10     , 'fmt' => 'int'},
110
    'tagage'          => {'default'   => '10d'  , 'fmt' => 'period'},
111
    'tagage'          => {'default'   => '10d'  , 'fmt' => 'period'},
111
    'cleanPeriod'     => {'default'   => '30m'  , 'fmt' => 'period'},
112
    'cleanPeriod'     => {'default'   => '30m'  , 'fmt' => 'period'},
112
    'maxFileAge'      => {'default'   => '24h'  , 'fmt' => 'period'},
113
    'maxFileAge'      => {'default'   => '24h'  , 'fmt' => 'period'},
113
    'txdetail'        => {'default'   => 0      , 'fmt' => 'bool'},
-
 
114
    
-
 
115
 
-
 
116
);
114
);
117
 
115
 
118
 
116
 
119
#
117
#
120
#   Read in the configuration
118
#   Read in the configuration