~ubuntu-branches/ubuntu/oneiric/nova/oneiric-updates

« back to all changes in this revision

Viewing changes to nova/vcsversion.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-09-22 09:33:49 UTC
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20110922093349-j4c8c17t092dvql8
Tags: upstream-2011.3
ImportĀ upstreamĀ versionĀ 2011.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
"""
6
6
 
7
7
version_info = {'branch_nick': u'nova-milestone-tarball',
8
 
 'build_date': '2011-09-20 10:38:32 +0000',
 
8
 'build_date': '2011-09-22 12:02:27 +0000',
9
9
 'clean': None,
10
 
 'date': '2011-09-20 10:30:56 +0000',
11
 
 'revision_id': 'tarmac-20110920103056-ijyy6hpkhch3r0lu',
12
 
 'revno': 1192}
 
10
 'date': '2011-09-22 11:57:02 +0000',
 
11
 'revision_id': 'tarmac-20110922115702-k9nkvxqzhj130av2',
 
12
 'revno': 1201}
13
13
 
14
14
revisions = {}
15
15