Quelques corrections + ajout des backports pour o2
darcs-hash:20080208013651-61eff-dad896fe8193a356bc4508ffac1f0419ab9d7544.gz
This commit is contained in:
parent
82c46bbd02
commit
197f8db88e
3 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<Client name="titanic.adm.crans.org" profile="titanic" pingable="Y" pingtime="1198039153.13"/>
|
||||
<Client name="mdr.adm.crans.org" profile="mdr" pingable="Y" pingtime="1198039153.12"/>
|
||||
<Client name="irc.adm.crans.org" profile="irc" pingable="Y" pingtime="14112"/>
|
||||
<Client name="o2.adm.crans.org" profile="irc" pingable="Y" />
|
||||
<Client name="o2.adm.crans.org" profile="o2" pingable="Y" />
|
||||
<!-- La ferme -->
|
||||
<Client name="canard.adm.crans.org" profile="canard" pingable="Y" pingtime="1198039153.13"/>
|
||||
<Client name="oie.adm.crans.org" profile="oie" pingable="Y" pingtime="1198039153.12"/>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<Group name="crans"/>
|
||||
</Group>
|
||||
|
||||
<Group name="o2.adm.crans.org"
|
||||
<Group name="o2"
|
||||
profile="true">
|
||||
<Group name="crans"/>
|
||||
</Group>
|
||||
|
|
|
@ -34,3 +34,8 @@ else:
|
|||
|
||||
@# Paquet construit a la main
|
||||
source("custom ./")
|
||||
|
||||
if has("o2"):
|
||||
prefix = ""
|
||||
@# o2 a (au moins) besoin de postgresql-8.2
|
||||
source("http://www.backports.org/backports.org/ etch-backports main contrib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue