From e8dd484e8eb7afd04e8aa3ff011bee3d59f1fe32 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 2 Dec 2011 15:43:54 -0500 Subject: [PATCH] Document nova-tarball Jenkins job. Change-Id: I1034cceaa4fa3aa66e54fd082a078f802bc27baf --- doc/source/devref/jenkins.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 `_ 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