Commit Graph

13 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d9df50f4e3 Retire pip_install role
As repo_build role has been succesfully replaced with
python_venv_build role, we have no need in it's futher maintaining and
releasing.

Depends-On: https://review.opendev.org/717715
Change-Id: Ibf9ce1d602c5cfa9ed7431ca37de02df3335b36a
2020-04-06 14:27:00 +00:00
tonybrad eaf4153d9b Update to opendev
Change-Id: Icac06b9262f23b48c7677780c39f2ed10a7b8b3f
2019-05-21 08:58:39 +00:00
ShangXiao c2a883c08a Add bugs url link to README
Change-Id: I09f5da998c56772d1088f6af751ca6bf912753f0
2018-12-04 02:18:13 -08:00
root 773386740b Add the project source code repository in README
Change-Id: I563eafd9b288f88448c2b94ae8fdb91286464209
2018-07-28 14:22:15 +00:00
melissaml d1730f37a3 Add release notes link to README
Change-Id: I464a64fd3978da99558c9517986fb1fb5c001d28
2018-06-19 15:37:36 +08:00
wangqi 0f0ac079fb Update links in README
Change the outdated links to the latest links in README

Change-Id: Iede41aeee40d9af06bc7887ab7181ae1d0bdfa1d
2018-03-02 14:38:34 +00:00
ZhongShengping b8c930ee54 Update URLs in documents according to document migration
Change-Id: I80ac037730d27f49284a3206ff0603e0bb1d83a4
2017-07-14 09:46:27 +08:00
Flavio Percoco caddba02fc Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/e34c1bb6d8dc120215d45c56aca0b45e

Change-Id: Id6a6de3f72fe25fc4da0358e675091fe3fdfd2fa
2016-11-25 16:20:00 +01:00
Andrew Meserole a1554a47e3 [DOCS] Refactor pip install Docs
This commit refactors the pip_install role docs. Moving forward,
specific project configurations are maintained in the appropriate
role book.

Change-Id: Ic62c7dd8b655a4ef6aa22ca02a599a07996a76f9
2016-08-12 10:14:27 -05:00
Jesse Pretorius 6742c05efb Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Ib42f126e4423a39e9431aa1ee7ab57dc7e9d2ead
2016-07-26 00:44:34 +01:00
Travis Truman 154e348f28 Adopting the common role documentation pattern
As discussed during the Newton design summit, we
agreed to adopt the role documentation pattern laid
out in the os_keystone role.

Change-Id: Ia3aea29c2994980b1ec9ce2f58001620a279bee6
2016-05-27 12:07:59 -04:00
Logan V fe9265b2c1 Fix pip url variable name
pip_get_pip_url changed to pip_upstream_url

Change-Id: I6e7ec4a05ca309e1759bde4adb9f79ad5046d052
2016-01-31 12:47:59 -06:00
Kevin Carter 2dd4df9d3d
IRR for pip_install
The change moves the role out from the main repo pip_install
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-03 02:34:10 -06:00