/[soft]/urpmi-proxy/trunk/urpmi-proxy.conf
ViewVC logotype

Annotation of /urpmi-proxy/trunk/urpmi-proxy.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8426 - (hide annotations) (download)
Tue Jun 4 19:47:23 2013 UTC (10 years, 10 months ago) by zezinho
File size: 1820 byte(s)
version 0.3.3 : add squid proxy support
1 alien 3078 ## URPMI-PROXY:
2     ## ============
3     ## urpmi-proxy's config file, defaults are commented out.
4     ## urpmi-proxy is a cgi script that's to be used as a repository mirror, it'll
5     ## get what you need and download it from configured sources.
6    
7     ## Define your sources here; The paths have to be configured to stop at the
8     ## base path of the mirror, most of them end in either /mageia or /Mageia .
9     ## (don't end them on a / !)
10     ## possible sources:
11     ## urpmi the urpmi sources of this machine
12     ## mirrorlist://url a mirrorlist url (url can be $MIRRORLIST)
13     ## file://path a local path on the filesystem
14     ## http://server/path an http mirror
15     ## ftp://server/path an ftp mirror
16     ## rsync://server/path an rsync mirror (rsync is not yet supported)
17    
18     # $sources = [
19     ## 'file:///var/lib/urpmi-proxy/repository', ## local extra repos
20     # 'urpmi'
21     # ];
22    
23 zezinho 8426 ## Define your proxy if needed in form 'hostname:port'
24     # $proxy = '';
25    
26 alien 3078 ## Location of the logfile, it's a request log with cache status results.
27     # $logfile = '/var/log/urpmi-proxy.log';
28    
29     ## Debug
30     # $debug = 0;
31    
32     ## Define the urpmi-proxy cache (be careful, can take a huge amount of space).
33     # $cache_path = '/var/cache/urpmi-proxy';
34    
35     ## Define the temporary cache which is used while downloading files.
36     ## (Keep this path preferably in the same filesystem as the cache_path.)
37     # $cache_tmp_path = '/var/tmp/urpmi-proxy';
38    
39     ## These files will always be checked for newer versions.
40 alien 3113 # $check_updates_only_files = '(MD5SUM|descriptions)$';
41 alien 3078
42 alien 3113 ## These files will not be checked for newer versions if they exist.
43 alien 3078 # $check_no_updates_files = undef;
44    
45     ## These files will be merged from every sources.
46     # $merge_files = 'media.cfg';
47    
48     ## These are the tuning settings when downloading files.
49     # $connect_timeout = 120;
50     # $ftp_response_timeout = 30;
51     # $max_stall_speed = 8192;
52     # $max_stall_time = 60;
53    

  ViewVC Help
Powered by ViewVC 1.1.30