[sogo] Passage sous wheezy
This commit is contained in:
parent
ab65dc3ca0
commit
b55c450ad2
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8; mode: python -*-
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
|
||||||
execfile("/etc/xen/common_squeeze.py")
|
execfile("/etc/xen/common_wheezy.py")
|
||||||
|
|
||||||
name = "sogo"
|
name = "sogo"
|
||||||
|
|
||||||
|
|
|
@ -389,7 +389,7 @@
|
||||||
profile="true">
|
profile="true">
|
||||||
<Group name="http-server"/>
|
<Group name="http-server"/>
|
||||||
<!-- <Group name="nginx" comment="Proxy web pour SOGo"/>-->
|
<!-- <Group name="nginx" comment="Proxy web pour SOGo"/>-->
|
||||||
<Group name="crans-domu-squeeze"/>
|
<Group name="crans-domu-wheezy"/>
|
||||||
<Group name="https_cert" />
|
<Group name="https_cert" />
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,4 @@ else:
|
||||||
@# Backports pour dovecot et roundcube, et pour le serveur de tests.
|
@# Backports pour dovecot et roundcube, et pour le serveur de tests.
|
||||||
source("%s/debian-backports %s-backports %s" % (repo, distro, components))
|
source("%s/debian-backports %s-backports %s" % (repo, distro, components))
|
||||||
if has("sogo"):
|
if has("sogo"):
|
||||||
source("http://inverse.ca/debian squeeze squeeze")
|
source("http://inverse.ca/debian %s %s" % (distro,distro))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue