From a5a26f779ccf81abaf2326209dff5527c4e12923 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 8 Oct 2017 14:45:10 +0200 Subject: [PATCH] Install newest version of TwitterSearch as Sahana supports it now. --- 02-sahana.sh | 3 +-- 03-sambro.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/02-sahana.sh b/02-sahana.sh index 35ae30f..c587454 100755 --- a/02-sahana.sh +++ b/02-sahana.sh @@ -14,9 +14,8 @@ git -C /srv/sahana submodule update git clone --depth 1 https://github.com/sahana/eden.git /srv/sahana/applications/eden # Install TwitterSearch 0.78.6 -git clone https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch +git clone --depth 1 https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch cd /tmp/TwitterSearch -git checkout 85ac221 python setup.py install cd - rm -rf /tmp/TwitterSearch diff --git a/03-sambro.sh b/03-sambro.sh index b121328..efabc80 100755 --- a/03-sambro.sh +++ b/03-sambro.sh @@ -14,9 +14,8 @@ git -C /srv/sambro submodule update git clone --depth 1 https://github.com/sahana/eden.git /srv/sambro/applications/eden # Install TwitterSearch 0.78.6 -git clone https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch +git clone --depth 1 https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch cd /tmp/TwitterSearch -git checkout 85ac221 python setup.py install cd - rm -rf /tmp/TwitterSearch