Kaynağa Gözat

Clear temp files

Bob Mottram 8 yıl önce
ebeveyn
işleme
37d3a81af9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs Dosyayı Görüntüle

219
     git submodule update --init --recursive
219
     git submodule update --init --recursive
220
     virtualenv venv --distribute
220
     virtualenv venv --distribute
221
     venv/bin/pip uninstall --yes setuptools
221
     venv/bin/pip uninstall --yes setuptools
222
+    rm -rf /tmp/*
222
     venv/bin/pip install setuptools==11.3
223
     venv/bin/pip install setuptools==11.3
223
     venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
224
     venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
224
     venv/bin/pip install cryptography==1.7.2 markerlib==0.6.0 distribute==0.7.3
225
     venv/bin/pip install cryptography==1.7.2 markerlib==0.6.0 distribute==0.7.3