summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/files/1224414
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/files/1224414
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloadqemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/files/1224414')
-rw-r--r--results/classifier/deepseek-2-tmp/output/files/122441419
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/files/1224414 b/results/classifier/deepseek-2-tmp/output/files/1224414
new file mode 100644
index 000000000..5101d414f
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/files/1224414
@@ -0,0 +1,19 @@
+
+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