On ne versionne pas les fichiers de sauvegarde.
Ignore-this: f285dc85f4c0366e86d4a62672e3ab8f Au passage, on enleve un "pass" qui dépassait dans la conf du source.list d’apt. darcs-hash:20120528182652-8ef3c-be4ec8c8b72d3fdaac492abc52704c11f560206f.gz
This commit is contained in:
parent
8fef313a16
commit
b8403bd55b
2 changed files with 0 additions and 52 deletions
|
@ -28,7 +28,6 @@ else:
|
|||
if has("adm-only"):
|
||||
# ... sauf si le serveur ne voit pas le reste du monde ...
|
||||
source("%s/debian-security %s/updates main" % (repo, distro))
|
||||
pass
|
||||
else:
|
||||
source("ftp://security.debian.org/debian-security %s/updates main" % distro)
|
||||
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
|
||||
include("mode/space")
|
||||
header()
|
||||
|
||||
distro = metadata.categories["debian-version"]
|
||||
|
||||
# Dépôt
|
||||
if has("debian-mirror"):
|
||||
repo = "file:/mirror"
|
||||
else:
|
||||
repo = "ftp://mirror.adm.crans.org"
|
||||
|
||||
def source(args):
|
||||
print "deb " + args
|
||||
print "deb-src " + args
|
||||
|
||||
if has("ovh"):
|
||||
source("ftp://mir1.ovh.net/debian/ %s main contrib" % distro)
|
||||
source("ftp://security.debian.org/ %s/updates main" % distro)
|
||||
|
||||
@# Paquet construit a la main
|
||||
source("%s/custom ./" % repo)
|
||||
|
||||
else:
|
||||
# Pour les mises a jour de sécurité on utilise pas de mirroir...
|
||||
if has("adm-only"):
|
||||
# ... sauf si le serveur ne voit pas le reste du monde ...
|
||||
source("%s/debian-security %s/updates main" % (repo, distro))
|
||||
else:
|
||||
source("ftp://security.debian.org/debian-security %s/updates main" % distro)
|
||||
|
||||
if has("firmware-bnx2"):
|
||||
source("%s/debian %s main contrib non-free" % (repo, distro))
|
||||
else:
|
||||
source("%s/debian %s main contrib" % (repo, distro))
|
||||
|
||||
# Pour quand ça sera fait:
|
||||
if not has("squeeze"): # and has("need-volatile"):
|
||||
source("%s/debian-volatile %s/volatile main contrib" % (repo, distro))
|
||||
|
||||
if has("multimedia"):
|
||||
@# Mplayer, generation des vignettes
|
||||
source("%s/debian-multimedia %s main" % (repo, distro))
|
||||
|
||||
@# Paquets construits à la main
|
||||
source("%s/custom ./" % repo)
|
||||
|
||||
if has("rouge") or has("owl"):
|
||||
@# Backports pour dovecot et roundcube
|
||||
source("%s/debian-backports %s-backports main contrib" % (repo, distro))
|
Loading…
Add table
Add a link
Reference in a new issue