[Pkg-privacy-commits] [onionbalance] 43/117: Add Tor to PATH rather than running make install

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.

commit 138be82ae07c637613b27c517e4e11f202ee6d0e
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Wed Jun 24 13:46:06 2015 +0100

    Add Tor to PATH rather than running make install
---
 .travis.yml                 | 1 +
 test/scripts/install-tor.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e1f03e2..3bc1510 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: python
 before_install:
   - ./test/scripts/install-tor.sh
+  - export PATH=$PATH:$PWD/tor/src/tools:$PWD/tor/src/or
   - source test/scripts/install-chutney.sh
 install:
   - pip install tox
diff --git a/test/scripts/install-tor.sh b/test/scripts/install-tor.sh
index 06adc04..5aee64a 100755
--- a/test/scripts/install-tor.sh
+++ b/test/scripts/install-tor.sh
@@ -2,5 +2,5 @@
 # Script to install Tor
 set -ex
 wget https://www.torproject.org/dist/tor-0.2.7.1-alpha.tar.gz
-tar -xzvf tor-0.2.7.1-alpha.tar.gz
-cd tor-0.2.7.1-alpha && ./configure --disable-asciidoc && make && make install
+tar -xzvf tor-0.2.7.1-alpha.tar.gz && mv tor-0.2.7.1-alpha tor
+cd tor && ./configure --disable-asciidoc && make

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git



More information about the Pkg-privacy-commits mailing list