Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(407)

Issue 227380043: Minimal changes to make development work with Git. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years ago by kpreid_google
Modified:
9 years ago
Reviewers:
felix8a
CC:
google-caja-discuss_googlegroups.com
Visibility:
Public.

Description

* Teach appspot.py about git instead of svn. (myvn will be updated or killed later). * Make build-version handling use git describe. * Some needed .gitignore extensions. @ ed99dadcdd374dc0d14b99cbeeada034ff4960f6

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -22 lines) Patch
M .gitignore View 2 chunks +2 lines, -1 line 0 comments Download
M build.xml View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/appspot.py View 2 chunks +6 lines, -10 lines 0 comments Download
M tools/svnversion-nocolon View 1 chunk +2 lines, -9 lines 2 comments Download

Messages

Total messages: 3
kpreid_google
9 years ago (2015-04-20 22:50:04 UTC) #1
felix8a
lgtm https://codereview.appspot.com/227380043/diff/1/tools/svnversion-nocolon File tools/svnversion-nocolon (right): https://codereview.appspot.com/227380043/diff/1/tools/svnversion-nocolon#newcode4 tools/svnversion-nocolon:4: git describe --always | tr 'A-Z' 'a-z' I ...
9 years ago (2015-04-20 23:00:02 UTC) #2
kpreid_google
9 years ago (2015-04-20 23:03:02 UTC) #3
https://codereview.appspot.com/227380043/diff/1/tools/svnversion-nocolon
File tools/svnversion-nocolon (right):

https://codereview.appspot.com/227380043/diff/1/tools/svnversion-nocolon#newc...
tools/svnversion-nocolon:4: git describe --always | tr 'A-Z' 'a-z'
On 2015/04/20 23:00:02, felix8a wrote:
> I miss the monotonically increasing numbers, but I don't have anything better
in
> mind.

IIRC, we need them too (maybe only in the cajoler or something). My plan is that
anything that is an actual _release_ will get monotonically tagged (starting at
"r6000"), which should be good enough and git describe will use automatically.

> Maybe rename this from 'svnversion-nocolon' to 'cajaversion' or something
> similar.

Will do, later, as part of less blocking-everything-else cleanups.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b