[tor-commits] [ooni-probe/master] Add Debian jessie support
    art at torproject.org 
    art at torproject.org
       
    Tue Sep  2 23:20:50 UTC 2014
    
    
  
commit d1436ab890ea647e898a2459d2871fe1cece1728
Author: anadahz <kojgelo at inbox.com>
Date:   Tue Jun 24 03:59:35 2014 +0300
    Add Debian jessie support
---
 setup-dependencies.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 632d347..bf7eb44 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -867,7 +867,7 @@ install_virtualenv_securely() {
 }
 
 case $DISTRO_VERSION in
-  lucid|natty|wheezy|squeeze|precise|n/a|raring|saucy|trusty)
+  lucid|natty|jessie|wheezy|squeeze|precise|n/a|raring|saucy|trusty)
 
   # Create the build directories
   DO "mkdir -p ${BUILD_DIR}" "0"
    
    
More information about the tor-commits
mailing list