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

Issue 2112003: Create a tool to save a pinned dep file for the current sync. (Closed)

Created:
10 years, 7 months ago by robotboy
Modified:
9 years, 7 months ago
Reviewers:
rtc, djmm, piman
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git/chromeos
Visibility:
Public.

Description

Create a tool to save a pinned dep file for the current sync.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Change to saving a pinned solutions file instead of a pinned deps file. #

Total comments: 12

Patch Set 3 : Add deps.git to DEPS. #

Patch Set 4 : Fix reviewer and GPyLint comments. #

Total comments: 2

Patch Set 5 : Change commit sequence and remove the authors line and python version. #

Patch Set 6 : Hard reset the repository and move remote update. #

Patch Set 7 : Fix repository reset and verify that we are in a git repo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -0 lines) Patch
M .gitignore View 1 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A src/scripts/make_relative_solution View 2 3 4 1 chunk +207 lines, -0 lines 0 comments Download
A src/scripts/save_pinned_deps View 1 2 3 4 5 6 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
robotboy
10 years, 7 months ago (2010-05-14 22:07:07 UTC) #1
robotboy
10 years, 7 months ago (2010-05-15 00:36:48 UTC) #2
piman
A general comment, I don't know if you thought about it. I believe the buildbots ...
10 years, 7 months ago (2010-05-15 01:45:42 UTC) #3
robotboy
Comments addressed and a whole lot more. I'm now saving a pinned solution file because ...
10 years, 7 months ago (2010-05-18 23:13:32 UTC) #4
piman
http://codereview.chromium.org/2112003/diff/6001/7002 File src/scripts/make_relative_solution (right): http://codereview.chromium.org/2112003/diff/6001/7002#newcode13 src/scripts/make_relative_solution:13: def readSnapshot(filename): Style guide says CapWords for function names ...
10 years, 7 months ago (2010-05-18 23:51:35 UTC) #5
robotboy
This version also supports substituting a new base git URL to make the resulting files ...
10 years, 7 months ago (2010-05-19 22:05:40 UTC) #6
piman
http://codereview.chromium.org/2112003/diff/15001/16003 File src/scripts/make_relative_solution (right): http://codereview.chromium.org/2112003/diff/15001/16003#newcode18 src/scripts/make_relative_solution:18: __author__ = 'robotboy@google.com (Anton Staaf)' We actually don't put ...
10 years, 7 months ago (2010-05-19 22:48:52 UTC) #7
robotboy
Fixed the commit sequence and removed the authors line, PTAL.
10 years, 7 months ago (2010-05-19 23:21:14 UTC) #8
piman
10 years, 7 months ago (2010-05-19 23:29:02 UTC) #9
LGTM either way, but I was just thinking if you want to reduce the window for
races, you can move the git remote update right before the rebase.

Powered by Google App Engine
This is Rietveld 408576698