Conf d'apt-mirror
darcs-hash:20071219025315-af139-32c8183c0e310b8a34562d7dee69c24ce06020e2.gz
This commit is contained in:
parent
da40a01393
commit
07aabbbbe8
6 changed files with 73 additions and 0 deletions
39
Python/etc/apt/mirror.list
Normal file
39
Python/etc/apt/mirror.list
Normal file
|
@ -0,0 +1,39 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
|
||||
include("mode/space")
|
||||
header("Fichier de configuration principal de apt-mirror")
|
||||
|
||||
@# Valeurs par defauts
|
||||
@#
|
||||
@# set base_path /var/spool/apt-mirror
|
||||
@# set mirror_path $base_path/mirror
|
||||
@# set skel_path $base_path/skel
|
||||
@# set var_path $base_path/var
|
||||
@#
|
||||
@# set defaultarch <running host architecture>
|
||||
@# set nthreads 20
|
||||
@#
|
||||
@set _tilde 0
|
||||
@set base_path /mirror/apt-mirror
|
||||
@set nthreads 2
|
||||
|
||||
mirror = "ftp://debian.ens-cachan.fr/"
|
||||
|
||||
def source(args):
|
||||
%deb-i386 mirror + args
|
||||
%deb-amd64 mirror + args
|
||||
%deb-src mirror + args
|
||||
|
||||
@# +------+
|
||||
@# | Etch |
|
||||
@# +------+
|
||||
|
||||
source("debian etch main contrib")
|
||||
source("debian-volatile etch/volatile main contrib")
|
||||
source("debian-security etch/updates main")
|
||||
|
||||
@# +-------------------+
|
||||
@# | Debian multimedia |
|
||||
@# +-------------------+
|
||||
|
||||
source("debian-marillat etch main")
|
Loading…
Add table
Add a link
Reference in a new issue