summaryrefslogtreecommitdiffstats
path: root/run
Commit message (Collapse)AuthorAgeFilesLines
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-181-52/+0
| | | | | | | ./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.
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-081-0/+4
| | | | | | This avoids conflicts with the globally installed libguestfs appliance, or lets us build in multiple local directories at the same time without conflicts.
* run script: Don't depend on libtool being installed.Richard W.M. Jones2011-04-161-1/+7
| | | | Also use 'exec' to run the program.
* Remove ad-hoc run*locally scripts, replace with './run'Richard W.M. Jones2011-04-161-0/+42
Remove all the run*locally scripts and replace with a single top level ./run shell script.