[tor-commits] [arm/packaging] Dropping cagraph from arm exports

atagar at torproject.org atagar at torproject.org
Thu Sep 29 15:55:41 UTC 2011


commit 6bf70593d32977b78789f509107509be717d889b
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Sep 29 08:54:08 2011 -0700

    Dropping cagraph from arm exports
    
    Removing cagraph from the package exports. This can be fetched dynamically if
    the user wants to try the gui prototype, the only gotcha being a likely
    permission issue during the fetch (I should clarify that message...).
---
 export.sh |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/export.sh b/export.sh
index ffa886a..ef33bd7 100755
--- a/export.sh
+++ b/export.sh
@@ -26,11 +26,11 @@ echo "5460adb1394c368ba492cc33d6681618b3d3062b3f5f70b2a87520fc291701c3 <- expect
 tar -C $exportDst/src -xzf torctl.tar.gz
 rm torctl.tar.gz
 
-wget --quiet http://www.atagar.com/arm/resources/deps/11-06-10/cagraph.tar.gz
-sha256sum cagraph.tar.gz
-echo "1439acd40ce016f4329deb216d86f36a749e4b8bf73a313a757396af6f95310d <- expected"
-tar -C $exportDst/src -xzf cagraph.tar.gz
-rm cagraph.tar.gz
+#wget --quiet http://www.atagar.com/arm/resources/deps/11-06-10/cagraph.tar.gz
+#sha256sum cagraph.tar.gz
+#echo "1439acd40ce016f4329deb216d86f36a749e4b8bf73a313a757396af6f95310d <- expected"
+#tar -C $exportDst/src -xzf cagraph.tar.gz
+#rm cagraph.tar.gz
 
 # the following installed torctl from its master repo rather than our
 # dependency mirror



More information about the tor-commits mailing list