summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-xretiolum/scripts/github_listener/handle_request9
1 files changed, 5 insertions, 4 deletions
diff --git a/retiolum/scripts/github_listener/handle_request b/retiolum/scripts/github_listener/handle_request
index 211ca776..a5209048 100755
--- a/retiolum/scripts/github_listener/handle_request
+++ b/retiolum/scripts/github_listener/handle_request
@@ -4,7 +4,7 @@
# HOSTFOLDER
set -euf
-export GRAPHITE_HOST=${GRAPHITE_HOST:-no_omo}
+#export GRAPHITE_HOST=${GRAPHITE_HOST:-no_omo}
PATH=$PATH:../../../util/bin
if [ "x${2:-}" = x ];then
echo "usage: $0 HOSTDIRECTORY WEBDIRECTORY"
@@ -14,15 +14,16 @@ NOW=$(timer)
export HOSTDIR=${1:-../../hosts}
WEBDIR=${2:-/var/www/euer.krebsco.de/retiolum/}
echo "sorry for keeping you waiting, please be patient"
-
+logger "github_listener: received hook"
cd $(dirname $(readlink -f $0))
cd "$HOSTDIR"
-git pull origin master >&2
+git pull origin master | logger
echo "First step done"
cd - >&2
../../bin/create-supernode-tar $WEBDIR
echo "almost done..."
../../bin/create-host-tar $WEBDIR
echo "Thank you for your patience! I stole $(timer $NOW)ms of your time, sorry about that."
-graphitec 'retiolum.pack.build_time' $(timer $NOW)
+#graphitec 'retiolum.pack.build_time' $(timer $NOW)
+logger "github_listener: finished"