Bug #7523
closedanode01 must belong only to one crystal
0%
Description
Hi,
I have updated the Topology Manager software.
Now the clean_and_fill_db_from_multiple_xml.sh script stops on the first error.
I have put hardware-list directory under DVCS control (mercurial not to name it)
See the wiki https://forge.in2p3.fr/projects/topology-manager/wiki#GANIL and
https://forge.in2p3.fr/projects/topology-manager/wiki/Mercurial_Hardware_List
The script error is :
anode01 has already a CRYSTAL parent
indeed :
grep -in anode01 hardware-list/*.xml | grep relation
gives
hardware-list/relation-A002.xml:12:<relation name_origin="A002" name_destination="anode01" type_origin="CRYSTAL" type_destination="NARVAL_NODE"></relation>
hardware-list/relation-C006.xml:12:<relation name_origin="C006" name_destination="anode01" type_origin="CRYSTAL" type_destination="NARVAL_NODE"></relation>
Good luck :), xavier