This file is indexed.

/usr/lib/python2.7/dist-packages/VMBuilder/vcsversion.py is in python-vm-builder 0.12.4+bzr494-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env python
"""This file is automatically generated by generate_version_info
It uses the current working tree to determine the revision.
So don't edit it. :)
"""

version_info = {'branch_nick': u'vmbuilder',
 'build_date': '2011-12-22 10:49:13 -0600',
 'clean': None,
 'date': '2011-12-22 10:11:20 -0600',
 'revision_id': 'serge.hallyn@canonical.com-20111222161120-73vtdj1lh029ax92',
 'revno': '475'}

revisions = {}

file_revisions = {}


if __name__ == '__main__':
    print 'revision: %(revno)s' % version_info
    print 'nick: %(branch_nick)s' % version_info
    print 'revision id: %(revision_id)s' % version_info