Package buildslave
[frames] | no frames]

Package buildslave

source code

Submodules

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

p

Value:
Popen(['git', 'describe', '--tags', '--always'], stdout= PIPE, stderr=\
 STDOUT)

out

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