From f0d111e2c4ceeb2aee6975a9cf713866479fdb6c Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 5 May 2015 09:55:55 -0400 Subject: [PATCH] Drop public stats --- _build/update_stats.sh | 15 --------------- _layouts/base.html | 1 - _translations/en.yml | 3 +-- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100755 _build/update_stats.sh diff --git a/_build/update_stats.sh b/_build/update_stats.sh deleted file mode 100755 index 8da02a20..00000000 --- a/_build/update_stats.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# This file is licensed under the MIT License (MIT) available on -# http://opensource.org/licenses/MIT. - -# bitcoinstats.rb can be found here: -# https://github.com/saivann/bitcoinstats - -WORKDIR='/bitcoin.org/stats' -LOGDIR='build@bitcoinorglog:/var/log/nginx' -DSTDIR='build@bitcoinorgstats:/var/www/stats' - -rsync -rtz --delete --exclude="error.*" --exclude="*.gz" $LOGDIR/ $WORKDIR/srclogs/ -ruby $WORKDIR/stats.rb -rsync -rtz --delete $WORKDIR/stats/ $DSTDIR/ diff --git a/_layouts/base.html b/_layouts/base.html index 8e01cd98..a59cc93e 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -85,7 +85,6 @@