Package VMBuilder :: Module vcsversion
[frames] | no frames]

Source Code for Module VMBuilder.vcsversion

 1  #!/usr/bin/env python 
 2  """This file is automatically generated by generate_version_info 
 3  It uses the current working tree to determine the revision. 
 4  So don't edit it. :) 
 5  """ 
 6   
 7  version_info = {'branch_nick': u'build-area', 
 8   'build_date': '2011-08-16 16:04:21 +0200', 
 9   'clean': None, 
10   'date': '2011-05-18 18:45:08 -0500', 
11   'revision_id': 'serge.hallyn@ubuntu.com-20110518234508-t27fhjn1z313s0hm', 
12   'revno': '15'} 
13   
14  revisions = {} 
15   
16  file_revisions = {} 
17   
18   
19  if __name__ == '__main__': 
20      print 'revision: %(revno)s' % version_info 
21      print 'nick: %(branch_nick)s' % version_info 
22      print 'revision id: %(revision_id)s' % version_info 
23