Package buildbot
[frames] | no frames]

Package buildbot

source code

Submodules

Variables
  VERSION_MATCH = re.compile(r'\d+\.\d+\.\d+(\w|-)*')
  __package__ = 'buildbot'
  dir = '/Users/cougar/src/buildbot/master/buildbot'
  fn = '/Users/cougar/src/buildbot/master/buildbot/VERSION'
  out = 'warning: tag \'v0.8.7p1\' is really \'show\' here\nv0.8...
  p = Popen(['git', 'describe', '--tags', '--always'], cwd= dir,...
  v = VERSION_MATCH.search(out)
  version = '0.8.7p1'
Variables Details

out

Value:
'''warning: tag \'v0.8.7p1\' is really \'show\' here
v0.8.7p1
'''

p

Value:
Popen(['git', 'describe', '--tags', '--always'], cwd= dir, stdout= PIP\
E, stderr= STDOUT)