mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 17:39:45 +00:00
05da2dd7d3
Refreshing the materialized views should be done by calling refresh_all() using psql.
6 lines
122 B
Bash
Executable File
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: "
|
|
|