RETIRED, Pieces of diskimage-builder that are useful without the full project
Go to file
LiZekun 8c5d1879d3 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I9338c37c2f9a9237eab20741cf4ac5f2e60277af
2022-03-22 12:22:11 +00:00
bin Show tracing around sourcing environment.d files 2016-10-20 13:30:41 +11:00
tests Use 'output' function instead of 'echo' for statistics log 2016-06-02 12:09:43 +10:00
.gitignore Create a new baremetal element 2014-01-20 23:00:21 +11:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:24 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-24 04:57:01 +00:00
LICENSE Add missing LICENSE 2014-09-18 20:26:52 -04:00
README.md Show team and repo badges on README 2016-11-25 18:43:25 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2022-03-22 12:22:11 +00:00
setup.py Add build files so this can actually be packaged 2014-04-25 18:18:23 +00:00
tox.ini fix tox python3 overrides 2018-09-26 19:03:50 -04:00

README.md

Team and repository tags

Team and repository tags

Standalone tools related to diskimage-builder

These tools were originally part of the diskimage-builder project, but they have uses outside of that project as well. Because disk space is at a premium in base cloud images, pulling in all of diskimage-builder and its dependencies just to use something like dib-run-parts is not desirable. This project allows consumers to use the tools while pulling in only one small package with few/no additional dependencies.