display whether using helper or not on Welcome page #285

Closed
opened 2008-01-25 22:55:39 +00:00 by secorp · 3 comments
secorp commented 2008-01-25 22:55:39 +00:00
Owner
No description provided.
tahoe-lafs added the
unknown
major
defect
0.7.0
labels 2008-01-25 22:55:39 +00:00
tahoe-lafs added this to the 0.8.0 (Allmydata 3.0 Beta) milestone 2008-01-25 22:55:39 +00:00
tahoe-lafs added
task
and removed
defect
labels 2008-01-25 22:55:47 +00:00
warner commented 2008-01-28 19:57:21 +00:00
Author
Owner

Done, in changeset:8063aa8b860e148a.

Done, in changeset:8063aa8b860e148a.
tahoe-lafs added
code-frontend-web
fixed
and removed
unknown
labels 2008-01-28 19:57:21 +00:00
warner closed this issue 2008-01-28 19:57:21 +00:00
Brian Warner <warner@lothar.com> commented 2016-07-06 09:20:27 +00:00
Author
Owner

In 5bf7fab/trunk:

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
In [5bf7fab/trunk](/tahoe-lafs/trac-2024-07-25/commit/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 ```
warner commented 2016-07-06 15:48:34 +00:00
Author
Owner

oops, ignore that comment: the github PR-closing instruction got accidentally interpreted as a trac-ticket-closing instruction.

oops, ignore that comment: the github PR-closing instruction got accidentally interpreted as a trac-ticket-closing instruction.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#285
No description provided.