summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/github_listener/handle_request
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-04-04 16:40:24 +0200
committertv <tv@nomic.retiolum>2013-04-04 16:40:24 +0200
commitf6dfecb5faf564b11a3c9bdfcaecab3f60b26a14 (patch)
tree9685eb00d8f827adaeb5b7b30389957068429da8 /retiolum/scripts/github_listener/handle_request
parentfcbbb6d3691ef67fc7845212f09e064634cf49f1 (diff)
parent35acaff77b9495fc7f10dd4312e2173de21d26ca (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/scripts/github_listener/handle_request')
-rwxr-xr-xretiolum/scripts/github_listener/handle_request7
1 files changed, 6 insertions, 1 deletions
diff --git a/retiolum/scripts/github_listener/handle_request b/retiolum/scripts/github_listener/handle_request
index 5b42524a..211ca776 100755
--- a/retiolum/scripts/github_listener/handle_request
+++ b/retiolum/scripts/github_listener/handle_request
@@ -2,11 +2,15 @@
# Possible Shell Vars
# WEBDIR
# HOSTFOLDER
+
set -euf
+export GRAPHITE_HOST=${GRAPHITE_HOST:-no_omo}
+PATH=$PATH:../../../util/bin
if [ "x${2:-}" = x ];then
echo "usage: $0 HOSTDIRECTORY WEBDIRECTORY"
exit 1
fi
+NOW=$(timer)
export HOSTDIR=${1:-../../hosts}
WEBDIR=${2:-/var/www/euer.krebsco.de/retiolum/}
echo "sorry for keeping you waiting, please be patient"
@@ -20,4 +24,5 @@ cd - >&2
../../bin/create-supernode-tar $WEBDIR
echo "almost done..."
../../bin/create-host-tar $WEBDIR
-echo "Thank you for your patience!"
+echo "Thank you for your patience! I stole $(timer $NOW)ms of your time, sorry about that."
+graphitec 'retiolum.pack.build_time' $(timer $NOW)