]> Cypherpunks repositories - gostls13.git/commitdiff
codereview: update name of the a+c tool
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Jul 2014 16:25:34 +0000 (09:25 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Jul 2014 16:25:34 +0000 (09:25 -0700)
LGTM=rsc
R=rsc, minux
CC=golang-codereviews
https://golang.org/cl/105480043

lib/codereview/codereview.py

index e07b1ce2c866cda95b5ca9670b8b4ce68b8bab21..f7db3870b035b4e722f2692beeb5eaf1dc2750db 100644 (file)
@@ -2057,7 +2057,7 @@ def needLGTM(cl):
        isGobot = 'gobot' in rev or 'gobot@swtch.com' in rev or 'gobot@golang.org' in rev
        
        # A+C CLs generated by addca do not need LGTM
-       if cl.desc.startswith('A+C:') and 'Generated by addca.' in cl.desc and isGobot:
+       if cl.desc.startswith('A+C:') and 'Generated by a+c.' in cl.desc and isGobot:
                return False
        
        # CLs modifying only go1.x.txt do not need LGTM