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

Issue 149132: Initial support for Linux installers. Currently just an amd64 .deb, but more ... (Closed)

Created:
11 years, 5 months ago by Tristan Schmelcher
Modified:
9 years, 7 months ago
Reviewers:
Antoine Labour
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

Initial support for Linux installers. Currently just an amd64 .deb, but more later. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20051

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -0 lines) Patch
A installer/linux/build.scons View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/changelog View 1 chunk +5 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/control View 1 chunk +15 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/dirs View 1 chunk +7 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/google-o3d.install View 1 chunk +4 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/links View 1 chunk +3 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/postinst View 1 chunk +62 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/prerm View 1 chunk +61 lines, -0 lines 0 comments Download
A installer/linux/debian_amd64/rules View 1 chunk +7 lines, -0 lines 0 comments Download
M main.scons View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Tristan Schmelcher
11 years, 5 months ago (2009-07-02 19:58:45 UTC) #1
Antoine Labour
http://codereview.chromium.org/149132/diff/1/3 File installer/linux/build.scons (right): http://codereview.chromium.org/149132/diff/1/3#newcode43 Line 43: return subprocess.Popen(command, shell=True, stdout=subprocess.PIPE). \ nit: I'd rather ...
11 years, 5 months ago (2009-07-06 23:32:49 UTC) #2
Tristan Schmelcher
http://codereview.chromium.org/149132/diff/1/3 File installer/linux/build.scons (right): http://codereview.chromium.org/149132/diff/1/3#newcode43 Line 43: return subprocess.Popen(command, shell=True, stdout=subprocess.PIPE). \ On 2009/07/06 23:32:50, ...
11 years, 5 months ago (2009-07-06 23:50:45 UTC) #3
Antoine Labour
LGTM if the installer rules don't cause issues on 32-bit machines.
11 years, 5 months ago (2009-07-06 23:55:53 UTC) #4
Tristan Schmelcher
11 years, 5 months ago (2009-07-07 18:25:22 UTC) #5
Added -aamd64 to the dpkg-buildpackage command line so that it works on 32-bit
machines too. Going to submit now.

Powered by Google App Engine
This is Rietveld 408576698