diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1224414')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1224414 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1224414 b/results/scraper/launchpad-without-comments/1224414 new file mode 100644 index 00000000..af217388 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1224414 @@ -0,0 +1,18 @@ +dtc/.git file included in release tarball + +The release tarballs include the dtc/.git submodule file, causing when working git in some circumstances (e.g. doing git clean -fxd in a parent git repository): + +$ mkdir foo && cd foo +$ git init +$ echo yo >bar +$ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2 +$ tar xjf qemu-1.6.0.tar.bz2 +$ git clean -fxd +Removing bar +Removing qemu-1.6.0.tar.bz2 +Removing qemu-1.6.0/ +fatal: Not a git repository: qemu-1.6.0/pixman/../.git/modules/pixman + +Leaving the qemu-1.6.0 directory intact. + +So, my suggestion is, would it be possible to filter out the .git file from the release tarball when building a release? Thanks. \ No newline at end of file |