From 4874151b4e810c2d313c5c955ec8af6446f2984f Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 4 Jan 2012 01:28:25 +0100 Subject: //retiolum/adv_graphgen: add all_the_graphs script as tincd trigger --- retiolum/scripts/adv_graphgen/all_the_graphs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 retiolum/scripts/adv_graphgen/all_the_graphs.sh (limited to 'retiolum') diff --git a/retiolum/scripts/adv_graphgen/all_the_graphs.sh b/retiolum/scripts/adv_graphgen/all_the_graphs.sh new file mode 100755 index 00000000..36b37f03 --- /dev/null +++ b/retiolum/scripts/adv_graphgen/all_the_graphs.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo "`date` begin all graphs" >> /tmp/build_graph +cd $(dirname $(readlink -f $0)) +(./anonytize.sh /srv/http/pub/graphs/retiolum/ && echo "`date` anonytize done" >> /tmp/build_graph)& +(./sanitize.sh /srv/http/priv/graphs/retiolum/ && echo "`date` sanitize done" >> /tmp/build_graph)& -- cgit v1.2.3