Subversion Repositories DevTools

Rev

Rev 5213 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

{
        # Location of the LXR installation
        'lxr'           => '/opt/lxr',

        # Where Glimpse holds its per-tree data
        'glimpseDir'    => '/opt/glimpse/lxr',

        # Location where this tool will create LXR Views and store
        # other data
        'lxrFiles'  => '/opt/lxr-files',

        # Logging
        #   Location of a logging directory
        #   Age (days ) to retain log files
        'lxrLogDir' => '/opt/lxr-files/Logs',
        'logAge'    => 100,

        #   Aging (days)
        #   releaseAge - Keep unused releases for a few days
        #   packageAge - Keep PackageVersions that are no longer referenced
        'releaseAge'    => 10,
        'packageAge'    => 10,
};