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

Issue 2107893004: Support relocatable RPM packages (Closed)

Created:
4 years, 5 months ago by Tom (Use chromium acct)
Modified:
4 years, 3 months ago
Reviewers:
Lei Zhang, Michael Moss
CC:
chromium-reviews, grt+watch_chromium.org, Michael Moss, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support relocatable RPM packages BUG=31519 Committed: https://crrev.com/c5e796b04c2dffb9bb2023ec6985d5c3457b6e99 Cr-Commit-Position: refs/heads/master@{#402666}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -25 lines) Patch
M chrome/installer/linux/common/apt.include View 1 chunk +0 lines, -2 lines 1 comment Download
M chrome/installer/linux/common/chromium-browser/chromium-browser.info View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/installer/linux/common/google-chrome/google-chrome.info View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/installer/linux/common/installer.include View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/installer/linux/common/postinst.include View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/linux/common/prerm.include View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/linux/common/rpm.include View 1 chunk +0 lines, -2 lines 1 comment Download
M chrome/installer/linux/common/symlinks.include View 2 chunks +12 lines, -4 lines 0 comments Download
M chrome/installer/linux/common/variables.include View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/postinst View 3 chunks +11 lines, -6 lines 0 comments Download
M chrome/installer/linux/debian/postrm View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/prerm View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/linux/rpm/chrome.spec.template View 5 chunks +11 lines, -4 lines 2 comments Download

Messages

Total messages: 17 (6 generated)
Tom (Use chromium acct)
4 years, 5 months ago (2016-06-29 00:43:46 UTC) #2
Lei Zhang
https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/rpm/chrome.spec.template File chrome/installer/linux/rpm/chrome.spec.template (left): https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/rpm/chrome.spec.template#oldcode91 chrome/installer/linux/rpm/chrome.spec.template:91: /usr/bin/@@USR_BIN_SYMLINK_NAME@@ Presumably you've installed the RPM and it's not ...
4 years, 5 months ago (2016-06-29 00:57:45 UTC) #3
Tom (Use chromium acct)
https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/rpm/chrome.spec.template File chrome/installer/linux/rpm/chrome.spec.template (left): https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/rpm/chrome.spec.template#oldcode91 chrome/installer/linux/rpm/chrome.spec.template:91: /usr/bin/@@USR_BIN_SYMLINK_NAME@@ On 2016/06/29 00:57:45, Lei Zhang wrote: > Presumably ...
4 years, 5 months ago (2016-06-29 01:03:43 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107893004/1
4 years, 5 months ago (2016-06-29 01:05:53 UTC) #6
Lei Zhang
lgtm
4 years, 5 months ago (2016-06-29 01:07:58 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 01:59:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107893004/1
4 years, 5 months ago (2016-06-29 02:11:15 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 02:21:02 UTC) #12
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/c5e796b04c2dffb9bb2023ec6985d5c3457b6e99 Cr-Commit-Position: refs/heads/master@{#402666}
4 years, 5 months ago (2016-06-29 02:23:58 UTC) #14
Tom (Use chromium acct)
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2299093002/ by thomasanderson@google.com. ...
4 years, 3 months ago (2016-09-01 00:22:29 UTC) #15
Michael Moss
4 years, 3 months ago (2016-09-01 15:58:42 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/comm...
File chrome/installer/linux/common/apt.include (left):

https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/comm...
chrome/installer/linux/common/apt.include:2: 
While looking into crbug.com/642953, I noticed that this change causes another
issue. Removing variables.include causes REPOCONFIG and REPOCONFIGREGEX to not
be set in the cron.d script, so it won't be able to validate or fix the apt-get
configs.

https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/comm...
File chrome/installer/linux/common/rpm.include (left):

https://codereview.chromium.org/2107893004/diff/1/chrome/installer/linux/comm...
chrome/installer/linux/common/rpm.include:2: 
Probably the same REPOCONFIG issue here, since those variables are used in the
script also, and AFAICT, not set anywhere else.

Powered by Google App Engine
This is Rietveld 408576698