91b431ce78
Move element-info from a wrapper script to a standard entry-point console_script. Update the documentation to explain how to run it for development. I don't think we should support the idea that you can check-out the code and run ./bin/disk-image-create -- it has dependencies (dib-utils, etc) and needs to be run from a virtualenv (this is what CI in the gate does). A follow-up can clean-up some of the path munging stuff we have for this in disk-image-create. Change-Id: Ic0c03995667f320a27ac30441279f3e6abb6bca8
10 lines
382 B
YAML
10 lines
382 B
YAML
---
|
|
deprecations:
|
|
|
|
- The ``element-info`` script is now provided by a standard python
|
|
entry-point, rather than an explicit wrapper script. This may
|
|
affect you if you were running this script directly out of ``bin``
|
|
in the source directory without installing. See developer notes
|
|
for details on using developer-installs with virtual environments
|
|
for testing.
|