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

Issue 298863006: Use lsb_release in install-build-deps.sh to determine linux distro. (Closed)

Created:
6 years, 7 months ago by Sam Clegg
Modified:
6 years, 7 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, wolenetz
Visibility:
Public.

Description

Use lsb_release in install-build-deps.sh to determine linux distro. Parsing /etc/issue is unreliable. I tried logging into a compute engine bot to verify that output of lsb_release and it reported precise correctly (mine your the /etc/issue was also the same as precise and didn't contain GCEL). BUG=376363 R=thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272292

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -10 lines) Patch
M build/install-build-deps.sh View 1 2 chunks +9 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sam Clegg
6 years, 7 months ago (2014-05-22 18:05:40 UTC) #1
Sam Clegg
+thakis (as lei doesn't seem to be around).
6 years, 7 months ago (2014-05-22 19:17:44 UTC) #2
Sam Clegg
-thakis (lei is back!)
6 years, 7 months ago (2014-05-22 19:32:31 UTC) #3
Lei Zhang
lgtm https://codereview.chromium.org/298863006/diff/1/build/install-build-deps.sh File build/install-build-deps.sh (right): https://codereview.chromium.org/298863006/diff/1/build/install-build-deps.sh#newcode67 build/install-build-deps.sh:67: if ! type -P lsb_release > /dev/null; then ...
6 years, 7 months ago (2014-05-22 19:36:39 UTC) #4
Sam Clegg
On 2014/05/22 19:36:39, Lei Zhang wrote: > lgtm > > https://codereview.chromium.org/298863006/diff/1/build/install-build-deps.sh > File build/install-build-deps.sh (right): ...
6 years, 7 months ago (2014-05-22 19:39:46 UTC) #5
Lei Zhang
On 2014/05/22 19:39:46, Sam Clegg wrote: > On 2014/05/22 19:36:39, Lei Zhang wrote: > > ...
6 years, 7 months ago (2014-05-22 19:47:15 UTC) #6
Sam Clegg
On 2014/05/22 19:47:15, Lei Zhang wrote: > On 2014/05/22 19:39:46, Sam Clegg wrote: > > ...
6 years, 7 months ago (2014-05-22 19:56:11 UTC) #7
Lei Zhang
lgtm, don't forget NOTRY=true
6 years, 7 months ago (2014-05-22 20:00:07 UTC) #8
Sam Clegg
6 years, 7 months ago (2014-05-22 20:07:22 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 manually as r272292 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698