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

Issue 745473003: git_auto_svn.py: Rewrite http SVN URLs to https (Closed)

Created:
6 years, 1 month ago by kjellander_chromium
Modified:
6 years, 1 month ago
Reviewers:
agable, Michael Moss
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org
Project:
tools
Visibility:
Public.

Description

git_auto_svn.py: Rewrite http SVN URLs to https BUG=435091 TESTED=Ran the following: git clone https://chromium.googlesource.com/external/webrtc cd webrtc git auto-svn cat .git/config Verified the URL was using http before this patch, and https after applying it. R=agable@chromium.org, mmoss@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=293041

Patch Set 1 #

Total comments: 2

Patch Set 2 : Limit to Google Code projects #

Patch Set 3 : Now using urlparse #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M git_auto_svn.py View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
kjellander_chromium
(+mmoss as cc) I suggest we abandon the dangerous deployment of https://chromereviews.googleplex.com/118007013/ and do this ...
6 years, 1 month ago (2014-11-20 13:46:53 UTC) #2
Michael Moss
https://codereview.chromium.org/745473003/diff/1/git_auto_svn.py File git_auto_svn.py (right): https://codereview.chromium.org/745473003/diff/1/git_auto_svn.py#newcode88 git_auto_svn.py:88: svn_repo = svn_repo.replace('http://', 'https://') I'm generally in favor of ...
6 years, 1 month ago (2014-11-20 16:51:30 UTC) #4
agable
On 2014/11/20 at 16:51:30, mmoss wrote: > https://codereview.chromium.org/745473003/diff/1/git_auto_svn.py > File git_auto_svn.py (right): > > https://codereview.chromium.org/745473003/diff/1/git_auto_svn.py#newcode88 ...
6 years, 1 month ago (2014-11-20 17:52:27 UTC) #5
Michael Moss
On 2014/11/20 17:52:27, agable wrote: > On 2014/11/20 at 16:51:30, mmoss wrote: > > https://codereview.chromium.org/745473003/diff/1/git_auto_svn.py ...
6 years, 1 month ago (2014-11-20 18:00:05 UTC) #6
kjellander_chromium
PTAL. Should I remove my TODO comment if we plan to keep this code in ...
6 years, 1 month ago (2014-11-20 18:00:37 UTC) #7
Michael Moss
On 2014/11/20 18:00:37, kjellander wrote: > PTAL. > > Should I remove my TODO comment ...
6 years, 1 month ago (2014-11-20 18:02:52 UTC) #8
agable
Yeah, this is better. re-LGTM modulo the fact that I already import urlparse so you ...
6 years, 1 month ago (2014-11-20 18:04:33 UTC) #9
kjellander_chromium
On 2014/11/20 18:04:33, agable wrote: > Yeah, this is better. re-LGTM modulo the fact that ...
6 years, 1 month ago (2014-11-20 18:12:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/745473003/40001
6 years, 1 month ago (2014-11-20 18:14:43 UTC) #12
commit-bot: I haz the power
Presubmit check for 745473003-40001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 1 month ago (2014-11-20 18:16:54 UTC) #14
kjellander_chromium
Committed patchset #3 (id:40001) manually as 293041.
6 years, 1 month ago (2014-11-20 19:45:53 UTC) #15
kjellander_chromium
6 years ago (2014-11-29 16:56:46 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/767913002/ by kjellander@chromium.org.

The reason for reverting is: This actually makes the Git mirrors unusable for
git svn, since there's a mismatch between the svn remote URL and the URLs of the
git-svn-id footers in each Git commit (which confuses scripts like git_cl.py and
makes uploading and committing CLs impossible)..

Powered by Google App Engine
This is Rietveld 408576698