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 @@