[tor-commits] [ooni-probe/master] Add txscapy to the list of used libraries and update makefile
art at torproject.org
art at torproject.org
Wed Jun 13 17:25:48 UTC 2012
commit 54c7193ffaf82473ca337b6540652002ca43adee
Author: Arturo Filastò <art at baculo.org>
Date: Wed Jun 13 19:28:16 2012 +0200
Add txscapy to the list of used libraries and update makefile
---
ooni/lib/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ooni/lib/Makefile b/ooni/lib/Makefile
index dfb2449..37abe05 100644
--- a/ooni/lib/Makefile
+++ b/ooni/lib/Makefile
@@ -1,4 +1,4 @@
-all: txtorcon txtraceroute
+all: txtorcon txtraceroute txscapy
txtraceroute:
echo "Processing dependency txtraceroute..."
@@ -12,3 +12,9 @@ txtorcon:
mv txtorcon.git/txtorcon txtorcon
rm -rf txtorcon.git
+txscapy:
+ echo "Processing dependency txscapy"
+ git clone https://github.com/hellais/txscapy.git txscapy.git
+ mv txscapy.git/txscapy.py txscapy.py
+ rm -rf txscapy.git
+
More information about the tor-commits
mailing list