Commit Graph

9 Commits

Author SHA1 Message Date
Zuul e02dc28ffc Merge "Add source code and bugs url link to README" 2021-01-26 09:52:27 +00:00
Zuul d296dd0097 Merge "Optimize the link address in docs" 2021-01-26 09:49:43 +00:00
ShangXiao 3a1c6cfb8b Add source code and bugs url link to README
1) Add source code url link to README.rst
2) Add bugs url link to README.rst

Change-Id: I14df0a69adf7f8b029f51384628409c58253301f
2021-01-13 17:37:00 +00:00
Jesse Pretorius 403e2b3cc5 Update python_venv_build role docs
This patch fixes a few errors and updates the README to
describe the role's purpose and process in more detail.

Change-Id: I5d30ba7a4c56dde6f1504639135f7f66560c4791
2019-03-21 15:17:51 +00:00
Jesse Pretorius eea695ecaa Use the virtualenv's pip to build the wheels
Instead of requiring pip installed on the host, we can
use the pip in the virtualenv instead. This keeps the
host cleaner.

Change-Id: I8d6c77e2cfa2cbcd81df21c7ed22a0a344d3b55c
2018-08-19 20:15:37 +01:00
Xingyu Pan 543c291c57 Optimize the link address in docs
Change-Id: I2a9f031fa6e067e4a733232466f23f3550850f02
2018-07-03 11:32:18 +08:00
zhangbailin 11d3955585 Add releasenote to README
Change-Id: I392d7049953f52a62bb551b54ec9271da5729136
2018-06-30 17:42:13 +08:00
Jesse Pretorius d169906c68 Revise the role to properly cater to use-cases
1. Variables have been renamed to make it easier to
   understand their purpose.
2. Unnecessary variables have been removed.
3. The role no longer caters to installing pip packages
   on the host. This should never be necessary - if it
   is, then something should do so beforehand.
4. The expected versions of pip/virtualenv are documented
   and a check has been added to ensure that they exist.
5. The handler has been named to make debug logs less
   confusing.
6. The default storage path for venvs/wheels is no longer
   opinionated. If paths based on distro/architecture are
   required then different paths should be provided to
   the role.

Change-Id: I9eb96e9db22f918b00456af943d81f66050107ce
2018-05-04 18:03:59 +01:00
Jesse Pretorius c9139b0b3a Initial commit 2018-03-09 17:50:21 +00:00