| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
./run can now be run in a separate build directory. Since some files
needed in the image checks are found in the source tree (but not the
build tree), the source tree location is passed to make-*-img.sh via
an environment variable.
|
|
|
|
|
|
| |
This avoids conflicts with the globally installed libguestfs
appliance, or lets us build in multiple local directories at the same
time without conflicts.
|
|
|
|
| |
Also use 'exec' to run the program.
|
|
Remove all the run*locally scripts and replace with a single top level
./run shell script.
|