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

Issue 6348023: lastchange: give up on git-svn (Closed)

Created:
9 years, 11 months ago by Evan Martin
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

lastchange: give up on git-svn Just put the git hash in the revision fields. Developers who are using git aren't making releases. BUG=70909 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72661

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -30 lines) Patch
M build/util/lastchange.py View 4 chunks +26 lines, -30 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Evan Martin
9 years, 11 months ago (2011-01-26 18:53:20 UTC) #1
tony
LGTM http://codereview.chromium.org/6348023/diff/1/build/util/lastchange.py File build/util/lastchange.py (right): http://codereview.chromium.org/6348023/diff/1/build/util/lastchange.py#newcode91 build/util/lastchange.py:91: version_info = FetchGitRevision(directory) You could do: version_info = ...
9 years, 11 months ago (2011-01-26 18:56:29 UTC) #2
Denis Lagno
problem is that developers rarely build trunk, they build their customized builds. Still they do ...
9 years, 11 months ago (2011-01-26 18:59:31 UTC) #3
tony
On 2011/01/26 18:59:31, Denis Lagno wrote: > problem is that developers rarely build trunk, they ...
9 years, 11 months ago (2011-01-26 19:02:12 UTC) #4
evanm
On 2011/01/26 18:59:31, Denis Lagno wrote: > problem is that developers rarely build trunk, they ...
9 years, 11 months ago (2011-01-26 19:06:42 UTC) #5
Denis Lagno
On 2011/01/26 19:02:12, tony wrote: > On 2011/01/26 18:59:31, Denis Lagno wrote: > > problem ...
9 years, 11 months ago (2011-01-26 19:08:33 UTC) #6
Denis Lagno
> Can't the developer then re-map their hash to the svn revision? no, it cannot ...
9 years, 11 months ago (2011-01-26 19:18:40 UTC) #7
Mattias Nissler (ping if slow)
9 years, 11 months ago (2011-01-26 19:19:57 UTC) #8
On 2011/01/26 19:18:40, Denis Lagno wrote:
> > Can't the developer then re-map their hash to the svn revision?
> 
> no, it cannot be remapped.
> because as we speak about non-trunk, last commit is usually some local
> modification that has no sense for outside world.

Yes, but that's useful information :) FWIW, a git hash is much more useful,
since I save the step to convert back the svn rev to the git hash :)

Powered by Google App Engine
This is Rietveld 408576698