diff options
author | 2010-07-04 03:27:52 +0300 | |
---|---|---|
committer | 2010-07-04 03:27:52 +0300 | |
commit | 4e55a32db0798b897798e65fe7ab5ead5e9945b7 (patch) | |
tree | dd091946688177336b2fd6e998003ab30a1b8516 /segget/network1.conf | |
parent | Add competitions among networks with equal priority levels. (diff) | |
download | idfetch-4e55a32db0798b897798e65fe7ab5ead5e9945b7.tar.gz idfetch-4e55a32db0798b897798e65fe7ab5ead5e9945b7.tar.bz2 idfetch-4e55a32db0798b897798e65fe7ab5ead5e9945b7.zip |
Add support for local mirrors
network#.conf :: [network_mirrors]
SYNOPSIS: NETWORK_USES_OWN_MIRROR_LIST_ONLY_ON=0 | 1
- If set to 1, segget will replace mirror list provided by portage system with
the list from network1_mirrors.conf
- If set to 0, segget will use ONLY mirror list provided by portage system,
and will NOT use the list from network1_mirrors.conf file
Default:
use_own_mirror_list_only_on=0
Diffstat (limited to 'segget/network1.conf')
-rw-r--r-- | segget/network1.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/segget/network1.conf b/segget/network1.conf index de08c95..dc7b80b 100644 --- a/segget/network1.conf +++ b/segget/network1.conf @@ -171,9 +171,11 @@ proxy_password=none proxy_off=1 [network_mirrors] -# SYNOPSIS: NETWORK_USES_OWN_MIRROR_LIST_ON=0 | 1 +# SYNOPSIS: NETWORK_USES_OWN_MIRROR_LIST_ONLY_ON=0 | 1 # - If set to 1, segget will replace mirror list provided by portage system with -# the list from network1_mirros.list +# the list from network1_mirrors.conf +# - If set to 0, segget will use ONLY mirror list provided by portage system, +# and will NOT use the list from network1_mirrors.conf file # Default: -# use_own_mirror_list_on=0 -use_own_mirror_list_on=0
\ No newline at end of file +# use_own_mirror_list_only_on=0 +use_own_mirror_list_only_on=1
\ No newline at end of file |