complete import into opendev infrastructure
add .gitreview file for gerrit set up linters job update location of git repo and add basic contributing instructions Change-Id: I06f35574f42cfb6270a8b8e225555388d12fdad9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
3077d6dca4
commit
70035ce1f9
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.openstack.org
|
||||||
|
port=29418
|
||||||
|
project=openstack/git-os-job.git
|
7
.zuul.yaml
Normal file
7
.zuul.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
- project:
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-linters
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-linters
|
10
CONTRIBUTING.rst
Normal file
10
CONTRIBUTING.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
If you would like to contribute to the development of OpenStack,
|
||||||
|
start by following the steps in this page:
|
||||||
|
|
||||||
|
https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
|
Once those steps have been completed, changes to OpenStack
|
||||||
|
should be submitted for review via the Gerrit tool, following
|
||||||
|
the workflow documented at:
|
||||||
|
|
||||||
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
@ -43,7 +43,10 @@ submitting a release tag::
|
|||||||
Contributing and Reporting Bugs
|
Contributing and Reporting Bugs
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Please use the bug tracker on the github repository to report
|
Please use the storyboard tracker to report problems.
|
||||||
problems. Patches for improvements are welcome, too.
|
|
||||||
|
|
||||||
https://github.com/dhellmann/git-os-job
|
https://storyboard.openstack.org/#!/project/1099
|
||||||
|
|
||||||
|
Patches for improvements are welcome, too, via gerrit:
|
||||||
|
|
||||||
|
https://git.openstack.org/openstack/git-os-job
|
||||||
|
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py35,py27,style
|
envlist = py36,linters
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
setenv =
|
||||||
@ -10,6 +10,6 @@ setenv =
|
|||||||
|
|
||||||
commands = echo "no tests"
|
commands = echo "no tests"
|
||||||
|
|
||||||
[testenv:style]
|
[testenv:linters]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8 git_os_job setup.py
|
commands = flake8 git_os_job setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user