Ajout de fichiers dans le plugins python.
darcs-hash:20071218042114-af139-8ce65c1c19fb24d871bddf18dfc29bd0627a40b1.gz
This commit is contained in:
parent
30982be082
commit
81ab684f93
12 changed files with 135 additions and 7 deletions
24
Python/etc/apt/sources.list/gen.py
Normal file
24
Python/etc/apt/sources.list/gen.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
|
||||
include("mode/space")
|
||||
header()
|
||||
|
||||
if has("debian-mirror"):
|
||||
mirror = "file:/mirror/"
|
||||
else:
|
||||
mirror = "ftp:/mirror.adm.crans.org/"
|
||||
|
||||
def source(args):
|
||||
%deb mirror + args
|
||||
%deb-src mirror + args
|
||||
|
||||
source("debian etch main contrib")
|
||||
source("debian-volatile etch/volatile main contrib")
|
||||
source("debian-security etch/updates main")
|
||||
|
||||
if has("test"):
|
||||
@# Mplayer...
|
||||
source("debian-multimedia etch main")
|
||||
|
||||
@# Paquet construit a la main
|
||||
source("custom ./")
|
Loading…
Add table
Add a link
Reference in a new issue