collector/run.sh
Karsten Loesing 05da2dd7d3 Stop calling the (deleted) db/refresh.sql script.
Refreshing the materialized views should be done by calling refresh_all()
using psql.
2011-01-18 09:56:40 +01:00

6 lines
122 B
Bash
Executable File

#!/bin/sh
# TODO is there a better way to suppress Ant's output?
ant -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "