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

« back to all changes in this revision

Viewing changes to nova/vcsversion.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-09-20 15:44:39 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: package-import@ubuntu.com-20110920154439-fb1rlzl2lb4hew92
Tags: 2011.3~rc~20110920.r1192-0ubuntu2
* debian/nova_sudoers:
  + Fix typo in nova_sudoers. 
  + Tabs vs Spaces.
* debian/nova.conf:
  + Use force_dhcp_release.

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-16 00:03:05 +0000',
 
8
 'build_date': '2011-09-20 10:38:32 +0000',
9
9
 'clean': None,
10
 
 'date': '2011-09-15 23:57:36 +0000',
11
 
 'revision_id': 'tarmac-20110915235736-6xvoyuhmr1v8oili',
12
 
 'revno': 1173}
 
10
 'date': '2011-09-20 10:30:56 +0000',
 
11
 'revision_id': 'tarmac-20110920103056-ijyy6hpkhch3r0lu',
 
12
 'revno': 1192}
13
13
 
14
14
revisions = {}
15
15