#285 closed task (fixed)

display whether using helper or not on Welcome page

Reported by: secorp Owned by: warner
Priority: major Milestone: 0.8.0 (Allmydata 3.0 Beta)
Component: code-frontend-web Version: 0.7.0
Keywords: helper Cc:
Launchpad Bug:

Description


Change History (4)

comment:1 Changed at 2008-01-25T22:55:47Z by secorp

  • Type changed from defect to task

comment:2 Changed at 2008-01-28T19:57:21Z by warner

  • Component changed from unknown to code-frontend-web
  • Resolution set to fixed
  • Status changed from new to closed

Done, in 8063aa8b860e148a.

comment:3 Changed at 2016-07-06T09:20:27Z by Brian Warner <warner@…>

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

comment:4 Changed at 2016-07-06T15:48:34Z by warner

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

Note: See TracTickets for help on using tickets.