[Buildbot-commits] [Buildbot] #2550: GerritStatusPush: fatal: "--verified" is not a valid option
    Buildbot trac 
    trac at buildbot.net
       
    Wed Aug 14 21:10:51 UTC 2013
    
    
  
#2550: GerritStatusPush: fatal: "--verified" is not a valid option
----------------------+------------------------
Reporter:  cbessette  |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  undecided
 Version:  0.8.7p1    |  Resolution:
Keywords:  gerrit     |
----------------------+------------------------
Comment (by cbessette):
 The necessary change:
 {{{
 -command.extend(["--verified %d" % int(verified)])
 +command.extend(["--label Verified=%d" % int(verified)])
 }}}
-- 
Ticket URL: <http://trac.buildbot.net/ticket/2550#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the Commits
mailing list