Corrections.
darcs-hash:20080207231653-af139-8875f4b85b7b5b92263d287262b87c5d529e6f39.gz
This commit is contained in:
parent
3ff7b2b4bf
commit
4f3c876fd9
2 changed files with 3 additions and 2 deletions
|
@ -10,10 +10,10 @@ def source(args):
|
||||||
if has("ovh"):
|
if has("ovh"):
|
||||||
prefix = ""
|
prefix = ""
|
||||||
source("ftp://mir1.ovh.net/debian/ etch main contrib")
|
source("ftp://mir1.ovh.net/debian/ etch main contrib")
|
||||||
source("deb http://security.debian.org/ etch/updates main")
|
source("http://security.debian.org/ etch/updates main")
|
||||||
|
|
||||||
@# Paquet construit a la main
|
@# Paquet construit a la main
|
||||||
source("ftp://mirror.adm.crans.org/ custom ./")
|
source("ftp://mirror.adm.crans.org/custom ./")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if has("debian-mirror"):
|
if has("debian-mirror"):
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
# result: le champ a recuperer dans le resultat
|
# result: le champ a recuperer dans le resultat
|
||||||
|
|
||||||
include("secrets")
|
include("secrets")
|
||||||
|
keysep = " = "
|
||||||
|
|
||||||
@# Connexion LDAP
|
@# Connexion LDAP
|
||||||
%server_host = ldap_host
|
%server_host = ldap_host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue