Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Issue 5591007: Factor out some SSL specific configs, and add another reference to /var/run t... (Closed)

Created:
10 years ago by Peter Mayo
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, M-A Ruel
Visibility:
Public.

Description

Adding SSL mutex specification to a local file, to stop relying on a mutable directory in the root.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4 lines) Patch
M tools/python/google/platform_utils_linux.py View 1 2 3 3 chunks +12 lines, -2 lines 0 comments Download
M tools/python/google/platform_utils_mac.py View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Peter Mayo
Ping? While this may not be sufficient to eliminate all failures in the FYI builder ...
10 years ago (2010-12-09 23:08:39 UTC) #1
tony
http://codereview.chromium.org/5591007/diff/4001/tools/python/google/platform_utils_linux.py File tools/python/google/platform_utils_linux.py (right): http://codereview.chromium.org/5591007/diff/4001/tools/python/google/platform_utils_linux.py#newcode84 tools/python/google/platform_utils_linux.py:84: ssl_enabled = os.path.exists('/etc/apache2/mods-enabled/ssl.conf') Is this file in the same ...
10 years ago (2010-12-09 23:25:00 UTC) #2
nsylvain
Have you tried to make it fail when ssl is not enabled? Is the error ...
10 years ago (2010-12-10 00:31:42 UTC) #3
Peter Mayo
On 2010/12/09 23:25:00, tony wrote: > http://codereview.chromium.org/5591007/diff/4001/tools/python/google/platform_utils_linux.py#newcode84 > tools/python/google/platform_utils_linux.py:84: ssl_enabled = > os.path.exists('/etc/apache2/mods-enabled/ssl.conf') > Is ...
10 years ago (2010-12-10 16:05:15 UTC) #4
Peter Mayo
On 2010/12/10 00:31:42, nsylvain wrote: > Have you tried to make it fail when ssl ...
10 years ago (2010-12-10 16:32:31 UTC) #5
Peter Mayo
On 2010/12/10 16:05:15, Peter Mayo wrote: > On 2010/12/09 23:25:00, tony wrote: > > > ...
10 years ago (2010-12-14 16:45:04 UTC) #6
tony
lgtm2
10 years ago (2010-12-14 20:02:54 UTC) #7
nsylvain
10 years ago (2010-12-14 20:59:09 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698