Last change
on this file since 8343 was 8343, checked in by rick, 15 years ago |
Little hack for card generation
|
-
Property svn:executable
set to
*
|
File size:
334 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | # Parse merged status and make graph
|
---|
3 | #
|
---|
4 | # Rick van der Zwet <info@rickvanderzwet.nl>
|
---|
5 |
|
---|
6 | if [ "`id -un`" != "www" ]; then
|
---|
7 | echo "FOO"
|
---|
8 | exit 1
|
---|
9 | fi
|
---|
10 |
|
---|
11 | DIRNAME=`dirname $0`
|
---|
12 | cd $DIRNAME
|
---|
13 | svn up .
|
---|
14 | rm /tmp/nodemap_status.yaml
|
---|
15 | ./genesis-to-yaml.pl */wleiden.conf
|
---|
16 | ./get-network-status.py merge /tmp/nodemap_status_*.yaml
|
---|
17 | ./make-map.py
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.