[apt] Mise à jour du dépôt custom
Ignore-this: d102eb11771e27c944c37f75ae13f6ed darcs-hash:20110710222527-ffbb2-3a7d46e6e0dfa9b54a9dc57d1da4584975d383e0.gz
This commit is contained in:
parent
4d6ab172f8
commit
237d410196
1 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ if has("ovh"):
|
|||
source("ftp://mir1.ovh.net/debian/ %s main contrib" % distro)
|
||||
source("ftp://security.debian.org/debian-security %s/updates main" % distro)
|
||||
|
||||
@# Paquet construit a la main
|
||||
source("%s/custom ./" % repo)
|
||||
@# Paquets construits à la main
|
||||
source("%s/custom %s main contrib non-free" % (repo, distro))
|
||||
|
||||
else:
|
||||
# Pour les mises a jour de sécurité on utilise pas de mirroir...
|
||||
|
@ -44,7 +44,7 @@ else:
|
|||
source("%s/debian-multimedia %s main" % (repo, distro))
|
||||
|
||||
@# Paquets construits à la main
|
||||
source("%s/custom ./" % repo)
|
||||
source("%s/custom %s main contrib non-free" % (repo, distro))
|
||||
|
||||
if has("rouge") or has("owl"):
|
||||
@# Backports pour dovecot et roundcube
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue