This file is indexed.

/usr/lib/python3/dist-packages/git_os_job-1.0.1.egg-info/PKG-INFO is in python3-git-os-job 1.0.1-1.

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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Metadata-Version: 1.0
Name: git-os-job
Version: 1.0.1
Summary: Show the OpenStack job logs for a commit
Home-page: https://github.com/dhellmann/git-os-job
Author: Doug Hellmann
Author-email: doug.hellmann@dreamhost.com
License: Apache License (2.0)
Description: git-os-job
        ==========
        
        git plugin to show the OpenStack job log for a commit
        
        What is git-os-job?
        -------------------
        
        The OpenStack_ project stores the logs for all of the test jobs
        related to a commit on http://logs.openstack.org organized by the
        commit hash. To review the logs after a job runs, most developers
        start with the message jenkins leaves on gerrit, and click through to
        the log files. Not all jenkins jobs are triggered by or related to a
        gerrit review, though (e.g, release tags). 
        
        .. _OpenStack: http://openstack.org/
        
        git-os-job makes it easy to find those logs by finding the hash of the
        commit and using it to build the right URL. It will then either print
        the URL or open a web browser directly.
        
        Examples
        --------
        
        Look at the jobs related to the ``HEAD`` commit, usually in a
        development branch that has been submitted to gerrit using git-review_
        already.::
        
          $ git os-job
        
        .. _git-review: https://pypi.python.org/pypi/git-review
        
        Look at the jobs related to the previous commit, such as when a
        development branch has a series of independent changes in it::
        
          $ git os-job HEAD^1
        
        Look at the jobs related to a specific commit by tag, such as after
        submitting a release tag::
        
          $ git os-job version.tag
        
        Contributing and Reporting Bugs
        -------------------------------
        
        Please use the bug tracker on the github repository to report
        problems. Patches for improvements are welcome, too.
        
        https://github.com/dhellmann/git-os-job
        
        
Keywords: git gerrit review
Platform: UNKNOWN