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