source: genesis/nodes/cardgen.sh@ 8575

Last change on this file since 8575 was 8345, checked in by rick, 14 years ago

Allow finding svn and python

  • Property svn:executable set to *
File size: 360 bytes
Line 
1#!/bin/sh
2# Parse merged status and make graph
3#
4# Rick van der Zwet <info@rickvanderzwet.nl>
5PATH=$PATH:/usr/local/bin
6
7if [ "`id -un`" != "www" ]; then
8 echo "FOO"
9 exit 1
10fi
11
12DIRNAME=`dirname $0`
13cd $DIRNAME
14svn up .
15rm /tmp/nodemap_status.yaml
16./genesis-to-yaml.pl */wleiden.conf
17./get-network-status.py merge /tmp/nodemap_status_*.yaml
18./make-map.py
19
Note: See TracBrowser for help on using the repository browser.