summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-06 18:49:45 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-06 18:49:45 +0100
commitf2ac7c18a775dc10c3fa502f3de5ad01faa0efea (patch)
tree5a44d8b047ace40cebd5962c3dc054c5feedf32c /.gitignore
parent418a048215b17dcf1f0c74693831306cbcf0f194 (diff)
downloadlibguestfs-f2ac7c18a775dc10c3fa502f3de5ad01faa0efea.tar.gz
libguestfs-f2ac7c18a775dc10c3fa502f3de5ad01faa0efea.tar.xz
libguestfs-f2ac7c18a775dc10c3fa502f3de5ad01faa0efea.zip
tests: Fix guest building so parallel 'make -jN check' works.
This means renaming various temporary files (eg. fstab.tmp) that several of the scripts were using so they don't conflict (eg. fstab.tmp.$$). Also the rule: fedora-md1.img fedora-md2.img: guest-aux/make-fedora-img.pl causes the script to run twice in parallel when using 'make -jN'. Replace this with a stamp file so it runs once: fedora-md1.img fedora-md2.img: stamp-fedora-md.img stamp-fedora-md.img: guest-aux/make-fedora-img.pl
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f70feea8..a31c6ceb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -405,6 +405,7 @@ pod2htm?.tmp
/tests/guests/fedora-md2.img
/tests/guests/guest-aux/fedora-name.db
/tests/guests/guest-aux/fedora-packages.db
+/tests/guests/stamp-fedora-md.img
/tests/guests/ubuntu.img
/tests/guests/windows.img
/tests/regressions/rhbz501893