You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
495 B
17 lines
495 B
## |
|
## mm.config -- Mirror Master Configuration |
|
## |
|
|
|
# homedir |
|
home=@l_prefix@/etc/mirror |
|
|
|
# max number of parallel mirrors |
|
max=8 |
|
|
|
# how to call the mirror program |
|
mirror=exec @l_prefix@/bin/mirror $args -p'$package' mm.pkgs >>@l_prefix@/var/mirror/mm.$site:$pkg 2>&1 |
|
|
|
# include the commands for each package |
|
# mirror successful packages after 12 hours again |
|
# retry to mirror failed packages after 2 hour |
|
cmdin=@l_prefix@/bin/mirror-pkg2mmin -y 12 -n 2 @l_prefix@/etc/mirror/mm.pkgs
|
|
|