RETIRED, Pieces of diskimage-builder that are useful without the full project
Go to file
Alexis Lee 7c03ab48a1 Don't match editor backup files in environment
The current glob match for environment files can source editor backup
files (foo.bash~) which will override the real changes you have made.

Other parts use the regex to avoid matching such files, so do
the same for environment file matching.  Note this has to match "."
unlike the other regex, as most env files are "foo.bash"

Port to dib-utils of: I934486b3ff5884063d29c6d9b66fd9b11140464c
Change-Id: I11c030e8556d89c240e36233b249f0c1d9f80908
2014-07-14 08:50:51 +01:00
bin Don't match editor backup files in environment 2014-07-14 08:50:51 +01: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 Add build files so this can actually be packaged 2014-04-25 18:18:23 +00: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.