RETIRED, Pieces of diskimage-builder that are useful without the full project
Go to file
James Slagle 480e1e7ec8 Update dib-run-parts
dib-run-parts in dib-utils had several fixes missing that had been
committed to diskimage-builder. When diskimage-builder switched to using
dib-run-parts from dib-utils, we lost these fixes. The switch over
happened in Ia0a0df7784a14c49b5c47ac0b03e6c2602c84b3b

These are the fixes from diskimage-builder that this commit adds back:
I44cf98dfc80cfcaec54b88cc83be80a3dbf2cec3
I24fd76c2b4f66b8036010b5079db39ead729abee
Iad2d490c86dceab148ea9ab08f457c49a5d5352e
Ieb48faacb4c96b7b358771d70c17f2f22d0354f4
Ia68853505485fefbf0890313456e7edb6097666b
Ibfb562c5970b40598fc95da1e8d4beb9d51d7612

Change-Id: Ice4b6a4b3d36a02099a682ae8cda4721211d51d9
2014-09-18 09:47:45 -04:00
bin Update dib-run-parts 2014-09-18 09:47:45 -04:00
.gitignore Create a new baremetal element 2014-01-20 23:00:21 +11:00
.gitreview Fix up diskimage-builder references 2014-04-24 21:48:31 +00:00
README.md Add build files so this can actually be packaged 2014-04-25 18:18:23 +00:00
setup.cfg Remove hardcoded version. 2014-08-20 13:39:02 +12:00
setup.py Add build files so this can actually be packaged 2014-04-25 18:18:23 +00:00
tox.ini Add tox.ini 2014-06-24 17:04:07 +00:00

README.md

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.