summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2011-10-26 15:31:15 +0200
committerEUcancER <root@euer.krebsco.de>2011-10-26 15:31:15 +0200
commit88d66c8db7fcb0fa7ecb7924439ededb883b8a66 (patch)
treec1bf9555d35d4ec69f4e3d30020de4a421ecb042 /retiolum/scripts
parentad5d0233ce202aeef725f9ede6c164abfa30c6c4 (diff)
//retiolum/adv_graphgen: update archive path
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-xretiolum/scripts/adv_graphgen/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/adv_graphgen/parse.py b/retiolum/scripts/adv_graphgen/parse.py
index ca45ca15..715a228a 100755
--- a/retiolum/scripts/adv_graphgen/parse.py
+++ b/retiolum/scripts/adv_graphgen/parse.py
@@ -5,7 +5,7 @@ import sys,json
supernodes= [ "kaah","supernode","euer","pa_sharepoint","oxberg" ]
""" TODO: Refactoring needed to pull the edges out of the node structures again,
it should be easier to handle both structures"""
-DUMP_FILE = "/srv/http/tmp/live/availability"
+DUMP_FILE = "/krebs/db/availability"
def write_digraph(nodes):
"""
writes the complete digraph in dot format