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>
|
---|
5 | PATH=$PATH:/usr/local/bin
|
---|
6 |
|
---|
7 | if [ "`id -un`" != "www" ]; then
|
---|
8 | echo "FOO"
|
---|
9 | exit 1
|
---|
10 | fi
|
---|
11 |
|
---|
12 | DIRNAME=`dirname $0`
|
---|
13 | cd $DIRNAME
|
---|
14 | svn up .
|
---|
15 | rm /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.