1MURANO-PKG-CHECK(1)            murano-pkg-check            MURANO-PKG-CHECK(1)
2
3
4

NAME

6       murano-pkg-check - murano-pkg-check
7
8       Contents:
9

TEAM AND REPOSITORY TAGS

11       .SH MURANO-PKG-CHECK
12
13       Murano package validator tool
14
15       After  checking  out tool from repository easiest method to run tool is
16       to run
17
18       This command will display help for murano-pkg-validator
19
20       If you installed it from PYPI you can use:
21          murano-pkg-check -h
22
23       To run validator in directory apache-app just run:
24          murano-pkg-check apache-app
25
26       It will print all errors there are on package.
27
28       Will search for all packages under directory murano-apps. It will print
29       all errors and warnings for all packages found.
30
31       · Free software: Apache license
32
33       · Documentation: http://docs.openstack.org/developer/murano-pkg-check
34
35       · Source: http://git.openstack.org/cgit/openstack/murano-pkg-check
36
37       · Bugs: http://bugs.launchpad.net/murano
38

INSTALLATION

40       At the command line:
41
42          $ pip install murano-pkg-check
43
44       Or, if you have virtualenvwrapper installed:
45
46          $ mkvirtualenv murano-pkg-check
47          $ pip install murano-pkg-check
48

LIST OF ERRORS

USAGE

51       To use murano-pkg-check in a project:
52
53          import muranopkgcheck
54

CONTRIBUTING

56       If  you  would  like to contribute to the development of OpenStack, you
57       must follow the steps in this page:
58          http://docs.openstack.org/infra/manual/developers.html
59
60       If you already have a good understanding of how the  system  works  and
61       your  OpenStack  accounts  are  set up, you can skip to the development
62       workflow section of this documentation to learn how  changes  to  Open‐
63       Stack should be submitted for review via the Gerrit tool:
64          http://docs.openstack.org/infra/manual/developers.html#development-workflow
65
66       Pull requests submitted through GitHub will be ignored.
67
68       Bugs should be filed on Launchpad, not GitHub:
69          https://bugs.launchpad.net/murano-pkg-check
70
71       · genindex
72
73       · modindex
74
75       · search
76
78       2016, OpenStack Foundation
79
80
81
82
83                                 Feb 02, 2019              MURANO-PKG-CHECK(1)
Impressum