diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/jenkins.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/devref/jenkins.rst b/doc/source/devref/jenkins.rst index 1144f246e..2d2f7cb09 100644 --- a/doc/source/devref/jenkins.rst +++ b/doc/source/devref/jenkins.rst @@ -26,6 +26,10 @@ Jenkins performs tasks such as: Run `pylint <http://www.logilab.org/project/pylint>`_ on the nova code and report violations. +`nova-tarball`_ + Do ``python setup.py sdist`` to create a tarball of the nova code and upload + it to http://nova.openstack.org/tarballs + .. _Jenkins: http://jenkins-ci.org .. _Launchpad: http://launchpad.net .. _gate-nova-merge: https://jenkins.openstack.org/view/Nova/job/gate-nova-merge @@ -33,4 +37,5 @@ Jenkins performs tasks such as: .. _gate-nova-unittests: https://jenkins.openstack.org/view/Nova/job/gate-nova-unittests .. _nova-coverage: https://jenkins.openstack.org/view/Nova/job/nova-coverage .. _nova-docs: https://jenkins.openstack.org/view/Nova/job/nova-docs -.. _nova-pylint: https://jenkins.openstack.org/job/nova-pylint/
\ No newline at end of file +.. _nova-pylint: https://jenkins.openstack.org/job/nova-pylint +.. _nova-tarball: https://jenkins.openstack.org/job/nova-tarball |
