[MX] Bye bye rouge
Ignore-this: 83b4bb8cc478e61484f1477b66e7f215 darcs-hash:20120802164133-ab199-12564f69bf940e81d2cc416c83fc658e3966ab21.gz
This commit is contained in:
parent
92b827f744
commit
cac0d3d1e2
4 changed files with 2 additions and 9 deletions
|
@ -43,7 +43,7 @@ else:
|
|||
@# Paquets construits à la main
|
||||
source("%s/custom %s %s" % (repo, distro, components))
|
||||
|
||||
if has("rouge") or has("owl") or has("vo"):
|
||||
if has("owl") or has("vo"):
|
||||
@# Backports pour dovecot et roundcube, et pour le serveur de tests.
|
||||
source("%s/debian-backports %s-backports %s" % (repo, distro, components))
|
||||
if has("sogo"):
|
||||
|
|
|
@ -69,7 +69,7 @@ def backuppc_hosts(comment, hostslist):
|
|||
|
||||
backuppc_hosts("Backups des homes", ["adherentsak", "adherentslz"])
|
||||
backuppc_hosts("Backups des serveurs",
|
||||
["komaz", "charybde", "sable", "zamok", "rouge", "vert", "pegase", "babar",
|
||||
["komaz", "charybde", "sable", "zamok", "vert", "pegase", "babar",
|
||||
"ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news",
|
||||
"munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin",
|
||||
"ragnarok", "radius", "asterisk", "owl", "tracker", "redisdead",
|
||||
|
|
|
@ -51,11 +51,6 @@ backup_folders = {
|
|||
'usr-local' : '/usr/local',
|
||||
'var' : '/var' },
|
||||
|
||||
'rouge' : { 'var' : '/var',
|
||||
'usr' : '/usr',
|
||||
'wiki' : '/var/local/wiki',
|
||||
'mailman' : '/var/lib/mailman' },
|
||||
|
||||
'sable' : { 'usr' : '/usr',
|
||||
'var' : '/var',
|
||||
'log-squid' : '/var/log/squid' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue