[tahoe-lafs-trac-stream] [Tahoe-LAFS] #285: display whether using helper or not on Welcome page
Tahoe-LAFS
trac at tahoe-lafs.org
Wed Jul 6 09:20:29 UTC 2016
#285: display whether using helper or not on Welcome page
--------------------------------+----------------------------------------
Reporter: secorp | Owner: warner
Type: task | Status: closed
Priority: major | Milestone: 0.8.0 (Allmydata 3.0 Beta)
Component: code-frontend-web | Version: 0.7.0
Resolution: fixed | Keywords: helper
--------------------------------+----------------------------------------
Comment (by Brian Warner <warner@…>):
In [changeset:"5bf7fab99d5bd23f57feca48cdf2628fbb48ce79/trunk"
5bf7fab/trunk]:
{{{
#!CommitTicketReference repository="trunk"
revision="5bf7fab99d5bd23f57feca48cdf2628fbb48ce79"
travis: big cleanup, make it work on OS-X
Travis defaults to giving us an OS-X 10.9 box, which has an OpenSSL that
is too old for the current cryptography-1.4 (note that a previous
version of this branch worked, but only because the previous
cryptography-1.3.x didn't enforce the OpenSSL version).
On OS-X, this new .travis.yml does the following:
* set "osx_image: xcode7" to get us 10.10, with newer OpenSSL
* uses system python, not homebrew
* installs pip with get-pip.py, since system python doesn't have it
* adds the --user directory to $PATH, since OS-X python doesn't have it
by default
On both linux and OS-X, this:
* installs tox and coveralls with --user, not to the system
* doesn't use sudo to run tox
* prints some extra debug info in case it's useful later
Closes #285
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/285#comment:3>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list