Changes between Initial Version and Version 1 of Ticket #3744, comment 2


Ignore:
Timestamp:
2021-07-05T13:40:44Z (3 years ago)
Author:
sajith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3744, comment 2

    initial v1  
    1 I could switch to the known-to-work version of Tor from Homebrew this way:
     1I could switch to the last known-to-work version of Tor from Homebrew this way:
    22
    33{{{
     
    77}}}
    88
    9 Now chutney's `configure` command works:
     9To test, I checked out chutney commit `99bd06c7554b9113af8c0877b6eca4ceb95dcbaa`, which is the last known chutney known to work with Python 2.7:
     10
     11{{{
     12$ git clone https://git.torproject.org/chutney.git
     13Cloning into 'chutney'...
     14remote: Enumerating objects: 1696, done.
     15remote: Counting objects: 100% (1696/1696), done.
     16remote: Compressing objects: 100% (1451/1451), done.
     17remote: Total 3010 (delta 1056), reused 111 (delta 73)
     18Receiving objects: 100% (3010/3010), 697.42 KiB | 2.17 MiB/s, done.
     19Resolving deltas: 100% (1874/1874), done.
     20$ cd chutney; git reset --hard 99bd06c7554b9113af8c0877b6eca4ceb95dcbaa
     21HEAD is now at 99bd06c Merge remote-tracking branch 'tor-github/pr/66'
     22$ export PYTHONPATH=$PYTHONPATH:`pwd`/lib
     23}}}
     24
     25Now chutney's `configure` command works the way it should:
    1026
    1127{{{