[Buildbot-commits] [Buildbot] #2582: GitPoller requires git >= 1.6.5
    Buildbot trac 
    trac at buildbot.net
       
    Wed Nov 13 09:24:49 UTC 2013
    
    
  
#2582: GitPoller requires git >= 1.6.5
--------------------+-----------------------
Reporter:  Quentin  |      Owner:
    Type:  defect   |     Status:  new
Priority:  minor    |  Milestone:  undecided
 Version:  master   |   Keywords:
--------------------+-----------------------
 GitPoller uses
 '[https://github.com/buildbot/buildbot/blob/ed8d49e2176a4f299a88805dced3b6fdb4c3c1d9/master/buildbot/changes/gitpoller.py#L108
 git init directory]' instead of 'cd directory && git init'. The former is
 'only' available since git 1.6.5, and caused an error with git 1.6.4.4:
     exceptions.EnvironmentError: command failed with exit code 129: usage:
 git init [-q | --quiet] [--bare] [--template=<template-directory>]
 [--shared[=<permissions>]]
 Feel free to close this ticket if the platforms you are supporting don't
 have such old git versions (we fixed this by installing git 1.8 in
 /usr/local). Git 1.6.5 was released in October 2009. For reference, Python
 2.6 was released in October 2008.
-- 
Ticket URL: <http://trac.buildbot.net/ticket/2582>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the Commits
mailing list